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.08k stars 162 forks source link

Fix a `KeyError` when tabulating empty data with the `colalign` param populated #306

Open oddbookworm opened 7 months ago

oddbookworm commented 7 months ago

Only one build failed, and it looks like it was a failure to install pandas. Relevent issue I opened https://github.com/pandas-dev/pandas/issues/56710