Closed pekasen closed 2 years ago
Found instances of numbers converted to float after conversion to CSV.
Most probably tthe conversion to pd.DataFrame causes this. In pandas we can override the automatic type detection by setting dtype=str.
pd.DataFrame
pandas
dtype=str
Found instances of numbers converted to float after conversion to CSV.