Learn practical skills, build real-world projects, and advance your career

EDA for Automobile Dataset

TODO -I am Ajay. In this project I do EDA for Automobile Dataset by using pandas,numpy,matplotlib libraries. Basically pandas is used for data handling, data manipulation and data cleaning.numpy is used for arithmetic operation and matplotlib is used for data visualization. Data Analysis with Python: Zero to Pandas This course is so helpful for me because I am from a mechanical background and it helps me a lot to learn knowledge regarding python,numpy,pandas,matplotlib libraries. 

Downloading the Dataset

TODO - The dataset used in this project is downloaded from kaggle.dataset includes properties of cars and function and working efficiency. 

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Change this
dataset_url = 'https://www.kaggle.com/ajaysalunkhe/automobile-data'