CLI Pandas Killers

Опубликовано: 13 Сентябрь 2021
на канале: xvzf
507
19

Command line data manipulation is a convenient way to transform csv files at the command line without having to open a script.
In 2021 we have many options to chose from. In this video I go through some of the experiences I have had with these tools.

For more information you can see my comparison tables on my website.

https://xvzf.bearblog.dev/pandas-kill...

Tools:
[xsv](https://github.com/BurntSushi/xsv)
[csvtk](https://bioinf.shenwei.me/csvtk/)
[tsv-utils](https://github.com/search?q=tsv-utils)
[mlr](https://github.com/johnkerl/miller)
[q](http://harelba.github.io/q/)

Pretty Printer:
[tv](https://github.com/alexhallam/tv)


Code:

https://github.com/xvzftube/pandas_ki...