pandas.DataFrame.to_csv float_format parameter not working as expected with pandas.Float64Dtype dtype #45991
Labels
ExtensionArray
Extending pandas with custom dtypes or arrays.
IO CSV
read_csv, to_csv
Output-Formatting
__repr__ of pandas objects, to_string
Milestone
DataFrame.to_string()
- customer formatter ***not*** called for all values in column #45177Reproducible Example
When np.float64 / expected result:
When pd.Float64Dtype (row 6 should be 6.00001):
The text was updated successfully, but these errors were encountered: