-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelNA - MaskedArraysRelated to pd.NA and nullable extension arraysRelated to pd.NA and nullable extension arraysNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
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
Metadata
Metadata
Assignees
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelNA - MaskedArraysRelated to pd.NA and nullable extension arraysRelated to pd.NA and nullable extension arraysNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action