top | item 28298783

(no title)

technicolorwhat | 4 years ago

For anyone wrangling with data like I do. I use https://github.com/TomWright/dasel quite a lot (it supports various formats and conversion between them) Also csvkit https://csvkit.readthedocs.io for CSV to sql. And ofcourse pandas for analysis.

discuss

order

paulddraper|4 years ago

> csvkit

Thanks.

I always look for "jq for csv" but perhaps I should just convert to json, then back to csv with jq