Chapter 5 questions

Hello,
Thanks for great explanations. I am doing all of the NLP courses.
In chapter 5 “Time to slice and dice”, when I load medical record TSVs,
“drug_dataset = load_dataset(“csv”, data_files=data_files, delimiter=‘\t’)”
" TypeError: read_csv() got an unexpected keyword argument ‘mangle_dupe_cols’ The above exception was the direct cause of the following exception:

DatasetGenerationError: An error occurred while generating the dataset"
I get these errors. I have been using Hugging Face and Pandas and had no issues with others. I tried to download the datasets manually and unzipped to load, but got the same issue. I do not understand what mangle_dupe_cols.

FYI, my datasets version is 2.10.0, and pandas’ version is 2.1.1. I found a similar posting:[BUG] With Pandas 2.0.0, `load_dataset` raises `TypeError: read_csv() got an unexpected keyword argument 'mangle_dupe_cols'` · Issue #5744 · huggingface/datasets · GitHub but this was for earlier versions.