I am reading a csv file which gives me a dataframe but unable to access any attributes of it. enter image description here
I did try doing df['bedroom'] but it gave a issue
I am new to python and the field of datascience and it might be a rookie mistake