BIDA-Notebook
Jupyter Notebook Download Notebook Jupyter Notebook In [1]: import numpy as np # linear algebra import pandas as pd In [2]: import matplotlib.pyplot as plt import seaborn as sns %matplotlib inline In [3]: cars = pd.read_csv('USA_cars_datasets.csv') cars.head() Out[3]: Unnamed: 0 price brand model year title_status mileage color vin lot state country condition 0 0 6300 toyota cruiser 2008 …