REF: Deduplicate array, infer_dtype, and maybe_convert_objects #29973
Labels
Constructors
Series/DataFrame/Index/pd.array Constructors
Internals
Related to non-user accessible pandas implementation
Refactor
Internal refactoring of code
There's some duplicate / slightly diverging functionality between
pd.array
,infer_dtype
andconvert_objects
. Bothpd.array
andconvert_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
The text was updated successfully, but these errors were encountered: