Hacker News new | ask | show | jobs
by technicolorwhat 1760 days 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.
2 comments

As long as we're recommending data wrangling tools, I'm a fan of visidata: https://www.visidata.org/
Thank you! More data wrangling tips are much appreciated!
If you prefer a visual drag and drop approach to command line take a look at: https://www.easydatatransform.com/
> csvkit

Thanks.

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