Skip to content

Instantly share code, notes, and snippets.

View shahnawazm786's full-sized avatar

Shahnawaz shahnawazm786

View GitHub Profile
@shahnawazm786
shahnawazm786 / CarSales.py
Last active October 12, 2019 06:45
Car Sales
'''
All possible library which is going to be used
here, in this small project.
'''
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
#download the file
cars=pd.read_csv('cars.csv')
# check first five records from the Top