|
|
|
|
|
by _pwalsh
3185 days ago
|
|
Hi, (I work on the Frictionless Data specifications and tooling at Open Knowledge International.) CSV has many, many warts. However, it is the best thing we have right now for serialising data in a way that is easily read by humans (and consumer-grade software) and machines. Libraries like our Tabulator [1] which is used under-the-hood help provide an API to deal with many of the gotcha's when dealing with the format. [1]: https://github.com/frictionlessdata/tabulator-py |
|