Subarni Pradhan
Results
1
issues of
Subarni Pradhan
```python pd.options.mode.chained_assignment = None for set_ in (strat_train_set, strat_test_set): set_.drop("income_cat", axis=1, inplace=True) ``` got the following error.. ``` KeyError Traceback (most recent call last) in 1 pd.options.mode.chained_assignment = None 2...