Skip to content

BUG: concat with DTI and all-None Index #40924

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
merged 4 commits into from
Apr 14, 2021

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Apr 13, 2021

@simonjayhawkins simonjayhawkins added this to the 1.2.5 milestone Apr 13, 2021
@simonjayhawkins
Copy link
Member

@jbrockmendel can you add a release note for 1.2.5

@jreback
Copy link
Contributor

jreback commented Apr 13, 2021

oh

pandas/core/groupby/generic.py:181: error: Cannot override final attribute "_obj_with_exclusions" (previously declared in base class "SelectionMixin") [misc]
pandas/core/groupby/generic.py:934: error: Cannot override final attribute "_obj_with_exclusions" (previously declared in base class "SelectionMixin") [misc]

is on master

cc @jbrockmendel

@jreback jreback added Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Apr 13, 2021
@jreback jreback merged commit 918e9f4 into pandas-dev:master Apr 14, 2021
@jreback
Copy link
Contributor

jreback commented Apr 14, 2021

@meeseeksdev backport 1.2.x

@lumberbot-app

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: AssertionError: <class 'pandas.core.arrays.datetimes.DatetimeArray'> on concat
3 participants