Keyerror: "none Of [index([('a','b','c')] , Dtype='object')] Are In The [columns]
I defined my X and y as follows: X=df[text_columns + categorical_columns + textual_columns + numeric_columns] y=df[['Label']] where text_columns='Tweet' categorical_columns=['A',
Post a Comment for "Keyerror: "none Of [index([('a','b','c')] , Dtype='object')] Are In The [columns]"