pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.59k stars 17.57k forks source link

BUG: Add type check for encoding_errors in pd.read_csv #59075

Closed Aliebc closed 5 days ago

Aliebc commented 1 week ago
mroeschke commented 6 days ago

Could you add a unit test to validate the exception message?

Aliebc commented 5 days ago

Could you add a unit test to validate the exception message?

Ok, I added a test.

mroeschke commented 5 days ago

Thanks @Aliebc