Data Cleaning and Wrangling
Coursera
Before you can work with data you have to get some. This course will cover the basic ways that data can be obtained. The course will cover obtaining data from the web, from APIs, from databases and from colleagues in various formats. It will also cover the basics of data cleaning and how to make data βtidyβ. Tidy data dramatically speed downstream data analysis tasks. The course will also cover the components of a complete data set including raw data, processing instructions, codebooks, and processed data. The course will cover the basics needed for collecting, cleaning, and sharing data.
More resources on Data Wrangling
Tidyverse
R tidyverse for data wrangling, top practitioner rec
Pandas Documentation
Official Pandas user guide for data wrangling, frequently recommended
Data Wrangling with Pandas
Keith Galli's practical Pandas tutorial, highly upvoted in r/learnpython
Data Analysis with Python - Pandas
freeCodeCamp full course on Pandas for data wrangling, top rec in r/learndatascience
Pandas Tutorial (Data Wrangling)
Corey Schafer's comprehensive Pandas tutorial recommended in r/datascience
Pandas Foundations
Master data-wrangling with Pandas Foundations! Learn essential data manipulation skills in this practical Dataquest course.
