-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
ConstructorsSeries/DataFrame/Index/pd.array ConstructorsSeries/DataFrame/Index/pd.array ConstructorsInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationRefactorInternal refactoring of codeInternal refactoring of code
Description
There's some duplicate / slightly diverging functionality between pd.array
, infer_dtype
and convert_objects
. Both pd.array
and convert_objects
are roughly "convert this list-like thing to this better array". See the conversation in #29799 (comment) for more.
Hopefully this can be deduplicated.
cc @jreback.
Followup to #29799
Metadata
Metadata
Assignees
Labels
ConstructorsSeries/DataFrame/Index/pd.array ConstructorsSeries/DataFrame/Index/pd.array ConstructorsInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationRefactorInternal refactoring of codeInternal refactoring of code