Lesson 8 create new df

df = pd.DataFrame({‘col’:L}) print (df)

               col

0 Thanks You 1 Its fine no problem 2 Are you sure

NOT WORKING. NO VISUAL OUTPUT

Alternatively, we can use the .hist method

%matplotlib inline
mydata.hist('Avg_Age_Students')
array([[<matplotlib.axes.AxesSubplot object at 0x121cad490>]],
      dtype=object)