thombashi / pytablewriter

pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
https://pytablewriter.rtfd.io/
MIT License
610 stars 43 forks source link

Make "sort_keys" not True by default #15

Closed Zackhardtoname closed 4 years ago

Zackhardtoname commented 5 years ago

There is no reason to sort the keys if the user has not asked. Perhaps we can make it into an argument in a future release.

thombashi commented 4 years ago

Thank you for your pull request.