Click here to Skip to main content
15,867,330 members
Articles / Artificial Intelligence

Cleaning Data in a Pandas DataFrame

Rate me:
Please Sign up or sign in to vote.
5.00/5 (7 votes)
29 May 2020CPOL4 min read 21K   168   5  
In this fifth part of the Data Cleaning with Python and Pandas series, we take one last pass to clean up the dataset before reshaping.
It's important to make sure the overall DataFrame is consistent. This includes making sure the data is of the correct type, removing inconsistencies, and normalizing values.

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series 'Data Cleaning with Python and Pandas View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Hi! I'm a Solution Architect, planning and designing systems based in Denver, Colorado. I also occasionally develop web applications and games, as well as write. My blog has articles, tutorials and general thoughts based on more than twenty years of misadventures in IT.

Comments and Discussions