Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
albertvillanovaΒ 
posted an update 15 days ago
Post
1596
πŸš€ We recently released datasets 2.19.0! πŸ“¦

πŸ”₯ What's New:
- Polars integration πŸ»β€β„οΈ
- fsspec support for conversion to JSON, CSV, and Parquet
- Mode parameter for Image feature
- CLI function to convert script-datasets to Parquet
- Dataset.take and Dataset.skip

Plus, a bunch of general improvements & bug fixes!

Check out the release notes: https://github.com/huggingface/datasets/releases/tag/2.19.0

Upgrade now and power up your data workflows! πŸ’₯

Was really looking forward to this! Polars syntax to manipulate the data is great.

Oooh, Dataset.take should be very convenient. No more .select(range(...)) πŸš€