wireservice / csvkit

A suite of utilities for converting to and working with CSV, the king of tabular file formats.
https://csvkit.readthedocs.io
MIT License
6.03k stars 603 forks source link

Add support for .xz files in Python 3. #1163

Closed groutr closed 2 years ago

groutr commented 2 years ago

Python 3 standard library has support LZMA decompression used in XZ format. Since LZMA library is not available for Python 2, an error is raised when trying to read .xz on Python 2.

Happy for any feedback.

jpmckinney commented 2 years ago

Thank you! 🎉