We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Polars enables compression types including: {‘lz4’, ‘uncompressed’, ‘snappy’, ‘gzip’, ‘lzo’, ‘brotli’, ‘zstd’}
{‘lz4’, ‘uncompressed’, ‘snappy’, ‘gzip’, ‘lzo’, ‘brotli’, ‘zstd’}
Pandas enables compression types including: None, ‘gzip’, ‘brotli’, ‘lz4’, ‘zstd’.
None, ‘gzip’, ‘brotli’, ‘lz4’, ‘zstd’.
Pyspark enables compression types including: (none, uncompressed, snappy, gzip, lzo, brotli, lz4, and zstd)
(none, uncompressed, snappy, gzip, lzo, brotli, lz4, and zstd)
Tested and working:
Tested and not working:
Untested:
I believe this is determined by the libraries in the base image. Using Ubuntu vs Alpine solved some but not all.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Polars enables compression types including:
{‘lz4’, ‘uncompressed’, ‘snappy’, ‘gzip’, ‘lzo’, ‘brotli’, ‘zstd’}
Pandas enables compression types including:
None, ‘gzip’, ‘brotli’, ‘lz4’, ‘zstd’.
Pyspark enables compression types including:
(none, uncompressed, snappy, gzip, lzo, brotli, lz4, and zstd)
Tested and working:
Tested and not working:
Untested:
I believe this is determined by the libraries in the base image. Using Ubuntu vs Alpine solved some but not all.
The text was updated successfully, but these errors were encountered: