I guys I need answer this question.
Drop the columns "id" and "Unnamed: 0" from axis 1 using the method drop(), then use the method describe() to obtain a statistical summary of the data. Take a screenshot and submit it, make sure the inplace parameter is set to True
This my code and it isnt working... where am I going wrong?
df.drop('id', 'Unnamed: 0', axis=1, inplace=True)
df.describe()