Hacker News new | ask | show | jobs
Ask HN: Which are the best resources to learn data wrangling, munging, etc.?
3 points by ggr2342 1034 days ago
Data wrangling is often considered not a beautiful task, to put it nicely. But the skillset is an immensely important one, according to me. It opens new doors in places.

Python is a good scripting language for that purpose. SQL is also helpful (AFAIK). Where to learn all about data wrangling? Are there books, courses, tutorials?

What other tools or languages can one learn for the purpose?

3 comments

If you are not averse to the R language, https://r4ds.hadley.nz/data-tidy is a good resource for skills and ideas that generalize beyond "tidyverse" and R.
If you want a GUI-based approach then Easy Data Transform have various data wrangling related videos:

https://www.youtube.com/@EasyDataTransform

I think you're interested in keyword: ETL (Extract, transform, load)

(Specifically the "transform" part.)

- https://en.wikipedia.org/wiki/Extract,_transform,_load

- https://hn.algolia.com/?q=etl