Skip to content

Commit

Permalink
docs: Update datatype mapping for polars Dataframe and LazyFrame
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Trebing <[email protected]>
  • Loading branch information
HansBambel authored Dec 16, 2024
1 parent e21a6ad commit 5b43fe4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/user_guide/data_types_and_io/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ Here's a breakdown of these mappings:
- Structured Dataset
- Automatic
- Use ``pandas.DataFrame`` as a type hint. Pandas column types aren't preserved.
* - ``polars.DataFrame``
- Structured Dataset
- Automatic
- Use ``polars.DataFrame`` as a type hint. Polars column types aren't preserved.
* - ``polars.LazyFrame``
- Structured Dataset
- Automatic
- Use ``polars.LazyFrame`` as a type hint. Polars column types aren't preserved.
* - ``pyspark.DataFrame``
- Structured Dataset
- To utilize the type, install the ``flytekitplugins-spark`` plugin.
Expand Down

0 comments on commit 5b43fe4

Please sign in to comment.