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
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