Ask HN: Command line tool like Pandas?
I'm looking for recommendations for a tool for quickly processing columnar data from the command line. The reason that I mention pandas is because that's the tool I'm currently most familiar with. It'd be nice to avoid learning a lot of new syntax (e.g. picking up awk). There are a lot of scenarios where Pandas isn't optimal, and I'd like to also learn another cli data processor. Any suggestions?
2 comments
[ 3.3 ms ] story [ 17.9 ms ] threadhttps://github.com/johnh2o2/pandas-cli
https://github.com/robdmc/pandashells
>>> import pandas as pd
>>> pd.{whatever pandas functions you want}