I have successfully read a csv file using pandas. When I am trying to print the a particular column from the data frame i am getting keyerror. Hereby i am sharing the code w
import pandas as pd df=pd.read_csv("file.txt", skipinitialspace=True) df.head() df['review']