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

PERF: DataFrame(dict) returns RangeIndex columns when possible #57943

Merged
merged 9 commits into from
Mar 25, 2024

Conversation

mroeschke
Copy link
Member

Discovered in #57441

Also removed a seemingly unused _sort_msg

@mroeschke mroeschke added Performance Memory or execution speed performance Index Related to the Index class or subclasses Constructors Series/DataFrame/Index/pd.array Constructors labels Mar 20, 2024
@mroeschke mroeschke added this to the 3.0 milestone Mar 21, 2024
@mroeschke
Copy link
Member Author

Going to merge, but happy to follow up if needed

@mroeschke mroeschke merged commit ded256d into pandas-dev:main Mar 25, 2024
46 checks passed
@mroeschke mroeschke deleted the perf/rangeindex/dict branch March 25, 2024 18:24
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
…s-dev#57943)

* PERF: DataFrame(dict) returns RangeIndex columns when possible

* add whatsnew note

* Fix test failures

* Only 1 ndim

* Use infer_dtype

* Skip EA, skipna=False
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 Index Related to the Index class or subclasses Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant