Skip to content

REGR: fix Series construction from dict for subclasses #52516

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

Merged

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche added Regression Functionality that used to work in a prior pandas version Subclassing Subclassing pandas objects labels Apr 7, 2023
@jorisvandenbossche jorisvandenbossche added this to the 2.0.1 milestone Apr 7, 2023
@phofl phofl merged commit 4adc5fa into pandas-dev:main Apr 7, 2023
@phofl
Copy link
Member

phofl commented Apr 7, 2023

thx @jorisvandenbossche

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Apr 7, 2023
@jorisvandenbossche jorisvandenbossche deleted the gh-52445-series-init-dict-subclass branch April 7, 2023 15:53
phofl pushed a commit that referenced this pull request Apr 7, 2023
…m dict for subclasses) (#52520)

Backport PR #52516: REGR: fix Series construction from dict for subclasses

Co-authored-by: Joris Van den Bossche <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Regression Functionality that used to work in a prior pandas version Subclassing Subclassing pandas objects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: call to _constructor of Series before __init__ is finished if initialized from dict
2 participants