Ask HN: Recommended language to learn data manipulation
I have a few very large datasets (in csv format) that I need to work with that completely overwhelm Excel. I'm looking for recommendations on a single language (or minimal number of languages) that I could learn in order to take these datasets in and start running various calculations on.
Simplicity and future usefulness of the programming environment I'll be learning are my highest ranked criteria.
I'm not necessarily looking for a how-to book (though I wouldn't turn it down) I'm really just looking for language advice. There's a lot out there on the Internet, and much of the advice is conflicting.
9 comments
[ 3.5 ms ] story [ 36.1 ms ] threadYou can even access Postgres from Excel!
Given this criteria, I think SQL would be a good choice: simple to get started with, useful in the future.
SQLite doesn't get in your way.. https://sqlite.org/
Otherwise, try postgresql or SQLite.
I also did a presentation/workshop on data analysis with Python you might enjoy here: https://github.com/jackgolding/FullStackDataAnalysis
https://docs.python.org/3/library/csv.html