This project uses Python to clean the dataset. Here, the dataset has undergone data cleaning and is prepared for use with machine learning algorithms. It includes:
Creating a Data Frame
Describing the Data
Navigating Dataframes
Selecting Row Based Conditionals
Replacing Values
Renaming Columns
Finding The Minimum and maximum. Sum, Average, and Count
Finding Unique Values
Handling Missing Values
Deleting a Column
Deleting a Row
Dropping Duplicate rows
Group Rows by Values and Time
Looping over a Column
Applying a Function Over All Elements in a Column
Applying a Function to Groups
Concatenating DataFrames
Merging DataFrames
Rescaling a Feature
Standardizing a Feature
Transforming Features
Detecting Outliers
Handling Outliers
Deleting Observations with Missing Values
No reviews yet.