How to CLEAN DATA: 5 steps in Python

Published: 15 September 2020
on channel: Data Driven Thinking
678
31

I show how to clean data before applying machine learning algorithms.
If you apply data science techniques to original data directly, you can receive a biased result that you can not rely on!
Watch this video to understand basic concepts of data cleaning and to be more efficient in data analysis.

Steps to cleaned data:
1. Explore data
2. Fix syntax and grammar errors
3. Handle null values
4. Remove outliers
5. Remove duplicates

Functions I recommend to use:
head https://pandas.pydata.org/pandas-docs...
info https://pandas.pydata.org/pandas-docs...
groupby https://pandas.pydata.org/pandas-docs...
dropna https://pandas.pydata.org/pandas-docs...
fillna https://pandas.pydata.org/pandas-docs...
replace https://pandas.pydata.org/pandas-docs...
describe https://pandas.pydata.org/pandas-docs...
drop_duplicates https://pandas.pydata.org/pandas-docs...

#datacleaning #datacleaningPYTHON


On this page of the site you can watch the video online How to CLEAN DATA: 5 steps in Python with a duration of hours minute second in good quality, which was uploaded by the user Data Driven Thinking 15 September 2020, share the link with friends and acquaintances, this video has already been watched 678 times on youtube and it was liked by 31 viewers. Enjoy your viewing!