Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bru
on Aug 31, 2015
|
parent
|
context
|
favorite
| on:
Pylsy: Python library to represent tabular data in...
Isn't that exactly what tabulate has been doing very well for a while?
https://pypi.python.org/pypi/tabulate
Note the variety of formats: 'ascii', but also html, latex & co.
IanCal
on Aug 31, 2015
[–]
Tabulate is also excellent for the command line tool it provides, I use it to convert csv output into tables for GH comments all the time.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Note the variety of formats: 'ascii', but also html, latex & co.