DIS: Should the keyword use_nullable_dtypes use nullable dtypes in the absence of nulls #42973
Labels
Closing Candidate
May be closeable, needs more eyeballs
IO Data
IO issues that don't fit into a more specific label
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Needs Discussion
Requires discussion from core team before further action
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
The text was updated successfully, but these errors were encountered: