Closed Addalin closed 3 years ago
A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy df[f"{data_source}_path"] = paths[0]
to reproduce: run dataseting.py with DO_GENERATED_DATASET = True
A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy df[f"{data_source}_path"] = paths[0]
to reproduce: run dataseting.py with DO_GENERATED_DATASET = True