Hacker News new | ask | show | jobs
by lambda 3959 days ago
There's also https://github.com/BurntSushi/xsv which is fairly similar in how it works to Miller, though it can also index a CSV file and then future operation will be sped up by utilizing the index.
1 comments

xsv is awesome, just used it for a mini-project. Thanks for the heads up.