Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REF: Deduplicate array, infer_dtype, and maybe_convert_objects #29973

Closed
TomAugspurger opened this issue Dec 2, 2019 · 1 comment · Fixed by #56484
Closed

REF: Deduplicate array, infer_dtype, and maybe_convert_objects #29973

TomAugspurger opened this issue Dec 2, 2019 · 1 comment · Fixed by #56484
Labels
Constructors Series/DataFrame/Index/pd.array Constructors Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code

Comments

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Dec 2, 2019

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

@jbrockmendel
Copy link
Member

xref #27460

@jbrockmendel jbrockmendel added Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code labels Dec 11, 2019
@jbrockmendel jbrockmendel added the Constructors Series/DataFrame/Index/pd.array Constructors label Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Constructors Series/DataFrame/Index/pd.array Constructors Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants