Skip to content

Commit

Permalink
docs: Update datatype mapping for polars Dataframe and LazyFrame (#6109)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Trebing <[email protected]>
  • Loading branch information
HansBambel authored Dec 17, 2024
1 parent 8a5f54c commit 87ef4a0
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 87ef4a0

Please sign in to comment.