astanin / python-tabulate

Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.
https://pypi.org/project/tabulate/
MIT License
2.1k stars 163 forks source link

Support for polars would be awesome! #258

Open indigoviolet opened 1 year ago

indigoviolet commented 1 year ago

This is a great library, thank you for it. Consider supporting Polars, similar to Pandas.

DeflateAwning commented 1 year ago

Seconded. Company is making the switch to polars for all new data jobs. Please add support!

I believe there are df.__xxx(...) private/hidden methods that are cross-platform between pandas/polars (and other future dataframe systems in python). These may be useful to use for these libraries. DROR though