## implement()


Create `Table` type which implements [Dataset](Dataset.md#graphique.Dataset) interface with schema-aware fields.


Usage

``` python
implement(
    schema,
    name="",
    keys=(),
)
```


## Parameters

| Name | Type | Description | Default |
|----|----|----|----|
| schema |  | ibis schema | \- |
| name |  | optional name of the dataset, prefixed to the type names | \- |
| keys |  | keys for federation | \- |
