Skip to content

ENH: NDArrayBackedExtensionArray swapaxes, delete-with-axis #39963

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 7 commits into from
Feb 25, 2021

Conversation

jbrockmendel
Copy link
Member

Sits on top of #39880

@jreback jreback added the ExtensionArray Extending pandas with custom dtypes or arrays. label Feb 24, 2021
@jreback
Copy link
Contributor

jreback commented Feb 25, 2021

can you rebase and will look

@jbrockmendel
Copy link
Member Author

rebased

@jreback jreback added this to the 2.0 milestone Feb 25, 2021
@jreback jreback modified the milestones: 2.0, 1.3 Feb 25, 2021
@jreback
Copy link
Contributor

jreback commented Feb 25, 2021

hmm looks like master is failing on this:
I guess need to pin for 3.7 the dateutil version?

pytest -m "not slow and not network" -n auto --dist=loadfile -s --strict-markers --durations=30 --junitxml=test-data.xml pandas
ImportError while loading conftest '/Users/runner/work/1/s/pandas/conftest.py'.
pandas/__init__.py:51: in <module>
    from pandas.core.api import (
pandas/core/api.py:24: in <module>
    from pandas.core.algorithms import (
pandas/core/algorithms.py:39: in <module>
    from pandas.core.dtypes.cast import (
pandas/core/dtypes/cast.py:29: in <module>
    from dateutil.parser import ParserError
E   ImportError: cannot import name 'ParserError' from 'dateutil.parser' (/Users/runner/miniconda3/envs/pandas-dev/lib/python3.7/site-packages/dateutil/parser/__init__.py)

@jreback jreback merged commit cf8c7d5 into pandas-dev:master Feb 25, 2021
@jbrockmendel jbrockmendel deleted the enh-swapaxes branch February 25, 2021 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ExtensionArray Extending pandas with custom dtypes or arrays.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants