HACKER Q&A
📣 ggr2342

Which are the best resources to learn data wrangling, munging, etc.?


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?


  👤 default-user Accepted Answer ✓
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.

👤 hermitcrab
If you want a GUI-based approach then Easy Data Transform have various data wrangling related videos:

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


👤 Leftium
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