Assignment 1
Assignment 1
In [2]:
In [3]:
In [4]:
Out[4]:
In [5]:
Out[5]:
In [6]:
Out[6]:
In [8]:
Out[8]:
##Q2 Find missing and spurious values and impute them using proper methods
14/09/2023, 19:38 Assignment_1 (1) - Jupyter Notebook
In [9]:
Out[9]:
(23550, 7)
In [11]:
Out[11]:
Vehicle 0
RAM 0
storage 0
Trustfactor 0
Distance 0
TransmissionRate 0
Eligible 0
dtype: int64
In [25]:
Out[25]:
In [41]:
In [42]:
Out[42]:
<seaborn.axisgrid.PairGrid at 0x793d025ec250>
##Q4 Correlation
14/09/2023, 19:38 Assignment_1 (1) - Jupyter Notebook
In [45]:
df.corr()
Out[45]:
In [47]:
Out[47]:
<Axes: >
In [49]:
In [50]:
Out[50]:
In [ ]: