Conversation

jbrockmendel
  • closes #xxxx (Replace xxxx with the issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

Following this we can simplify the Manager/Block/EA methods since they will only ever get axis=0

@mroeschkemroeschke added AlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffExtensionArrayExtending pandas with custom dtypes or arrays.labels Jun 26, 2023
@mroeschkemroeschke added this to the 2.1 milestone Jun 26, 2023
@mroeschkemroeschke merged commit 2668932 into pandas-dev:main Jun 26, 2023
@mroeschke

Thanks @jbrockmendel

@jbrockmendeljbrockmendel deleted the ref-shift branch June 26, 2023 17:51
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
* BUG: DataFrame.shift(axis=1) with EADtype

* GH refs, final
@phofl

Thoughts about deprecating this first? This is not great for Dask for example, since users won't be able to use older versions of dask with the new pandas version since the default for us is None which will raise

cc @jbrockmendel

@jbrockmendel

No objection to doing this as a deprecation first (i.e. #54818)

Sign up for free to join this conversation on . Already have an account? Sign in to comment
AlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffExtensionArrayExtending pandas with custom dtypes or arrays.
None yet

Successfully merging this pull request may close these issues.