-
Notifications
You must be signed in to change notification settings - Fork 366
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
Documentation for using Compress/Decompress? #1775
Comments
The code is reached via the
For Zstd, the import is |
That means the filesystem perse is compressed? How about individual files is that something filesystem_spec supports or should I use something else to compress the file then add it to a |
Yes, this is for opening individual files.
Sorry, I didn't understand this. |
I have no idea what I wrote. Haha. I will let someone else document this, there's a lot of sections missing docs, so I can't really track what to put where. |
I noticed that fsspec has
fsspec.compression
but it's not documented anywhere how to use it. Even a simple example would help on how to create a fs usingfsspec
and write files compressed to it.The other thing I read is that
fsspec
doesn't have compression dependencies, if I want to usezstd
, which package am I suppose to add for that to work withfsspec
?The text was updated successfully, but these errors were encountered: