ml icon indicating copy to clipboard operation
ml copied to clipboard

KeyError: "['income_cat'] not found in axis"

Open KanchanSarkar opened this issue 3 years ago • 0 comments

for set_ in (strat_train_set, strat_test_set): set_.drop("income_cat", axis=1, inplace=True)

KeyError: "['income_cat'] not found in axis"

KanchanSarkar avatar Jun 06 '21 16:06 KanchanSarkar