Asish Mahapatra

Results 23 comments of Asish Mahapatra

xref https://github.com/pandas-dev/pandas/issues/32265. See also #58988 and the comment chain https://github.com/pandas-dev/pandas/pull/58988/files#r1636855759 I wouldnt consider float64, Float64 and double[pyarrow] as the same dtype but different backends in the current state of pandas...

The current pandas behavior matches python stdlib `csv`. The reason quoting becomes necessary is to distinguish a 1-element row with the single empty field from an empty row. ```py In...