Back to Daft

Schema

docs/api/schema.md

0.7.10526 B
Original Source

Schema

Daft can display your DataFrame's schema without materializing it. Under the hood, it performs intelligent sampling of your data to determine the appropriate schema, and if you make any modifications to your DataFrame it can infer the resulting types based on the operation.

::: daft.schema.Schema options: filters: ["!^_"]

!!! warning ""

Schema has been moved to `daft.schema` but is still accessible at `daft.logical.schema`.

::: daft.logical.schema.Schema options: filters: ["!^_"]