saksham-joshi / Vehicles_Data_Cleaning

A dataset of waste vehicles with 350,000+ rows is cleaned using pandas and jupyter notebook in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey there,

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....

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

🔗 Links

portfolio linkedin Github

About

A dataset of waste vehicles with 350,000+ rows is cleaned using pandas and jupyter notebook in python.


Languages

Language:Jupyter Notebook 100.0%