Strange Error While Attempting to Load DataSet

Integers in CSV can be loaded as integers in general.

However in your case your CSV contains integers formatted like “1_000” instead of “1000” for example, and pandas doesn’t support it

1 Like