doniervask

About

Username
doniervask
Joined
Visits
0
Last Active
Roles
Member

Comments

  • This annoying error means that Pandas can not find your column name in your dataframe. Before doing anything with the data frame, use print(df.columns) to see dataframe column exist or not. print(df.columns) I was getting a similar kind of error …