Skip to content

Commit

Permalink
(Super tiny doc update) Mention to_polars (#7232)
Browse files Browse the repository at this point in the history
Update process.mdx
  • Loading branch information
fzyzcjy authored Oct 24, 2024
1 parent a953002 commit 13c2d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/process.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ Want to save your dataset to a cloud storage provider? Read our [Cloud Storage](
| JSON | [`Dataset.to_json`] |
| Parquet | [`Dataset.to_parquet`] |
| SQL | [`Dataset.to_sql`] |
| In-memory Python object | [`Dataset.to_pandas`] or [`Dataset.to_dict`] |
| In-memory Python object | [`Dataset.to_pandas`], [`Dataset.to_polars`] or [`Dataset.to_dict`] |

For example, export your dataset to a CSV file like this:

Expand Down

0 comments on commit 13c2d44

Please sign in to comment.