Hacker News new | ask | show | jobs
by tobilg 980 days ago
I‘d rather just use DuckDB and write a few SQLs, and be done.

This can be done in the terminal as well.

1 comments

I also agree with this point. Importing the CSV into a relational database and using standard SQL operations may be more user-friendly for subsequent maintenance. Of course, this relational database should be lightweight and easy to use (e.g. sqlite)