Replies: 1 comment
-
Hello, any news from this idea ? I would be interested indeed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CSV, TSV and other such formats are natively supported by python through the standard library's
csv
module.The idea would be to enable creating a rich table from a string representing a CSV (or other dialect) file. The method implementation would be akin to :
This would allow for easy formatting of CSV data in the terminal, like responses from requests, pandas dataframes and so on.
Beta Was this translation helpful? Give feedback.
All reactions