Closed
Description
Currently the keyword use_nullable_dtypes
(only implemented for read_parquet now) will use nullable dtypes for columns even when that column does not have nulls.
Should this behavior change?
xref discussion #40687 (comment) #42588 (comment)
#42588 (comment)
(Note that always using nullable dtypes always(the current behavior) is a choice made on our end https://github.com/pandas-dev/pandas/blob/master/pandas/io/parquet.py#L215-L227 not by the pyarrow engine)
cc @pandas-dev/pandas-core