Skip to content

Commit

Permalink
docs: Add polars-streaming-csv-decompression IO plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuls committed Mar 6, 2025
1 parent 684b2fa commit a88fbb6
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit a88fbb6

Please sign in to comment.