import pandas as pd
df = pd.read_csv('CAR DETAILS FROM CAR DEKHO.csv')
df.head()
view raw read_data.py hosted with ❤ by GitHub