This is a Data Cleansing/Cleaning project of "autos.csv" dataset which is extracted from kaggle.com. This dataset contains details of around 350,000+ waste cars.
Before executing "main.ipynb" make sure to install "Python3" on your system from here Also download auto.csv and auto_CLEANED.csv .
After succesfull installation....
Type below commands to install pip if you are in linux...
sudo apt install pip
and then type below commands if you are on Windows or Linux.
pip install pandas
pip install jupyter
pip install openpyxl
pip install numpy