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

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

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.