Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add polars-streaming-csv-decompression IO plugin #21628

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/user-guide/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Here is a curated (non-exhaustive) list of community-implemented plugins.
functionality which isn't quite in-scope for the main library
- [polars-hash](https://github.com/ion-elgreco/polars-hash) Stable non-cryptographic and
cryptographic hashing functions for Polars
- [polars-streaming-csv-decompression](https://github.com/ghuls/polars_streaming_csv_decompression)
Polars IO plugin for reading (compressed) CSV/TSV files and/or CSV/TSV files with a different
encoding in a streaming fashion with an API similar to `pl.scan_csv()`, but without decompressing
the whole file to RAM first

### Data science

Expand Down
Loading