Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Data Cleaning With pandas and NumPy (Summary)

Congrulations! Now you know how to clean data using pandas and NumPy. Cleaning data can be a major undertaking, but it’s vital to any data science project. You’ve practiced the necessary skills on three different datasets, all while bulding a reusable data cleaning script.

In this video course, you learned how to:

  • Drop unnecessary columns in a DataFrame
  • Change the index of a DataFrame
  • Use .str() methods to clean columns
  • Rename columns to a more recognizable set of labels
  • Skip unnecessary rows in a CSV file

Check out the links below to find additional resources that’ll help you on your Python data science journey:

Download

Sample Code (.zip)

965.9 KB
Download

Course Slides (.pdf)

608.2 KB

Become a Member to join the conversation.