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

DEPR: keyword-only arguments for DataFrame/Series statistical methods #58122

Merged
merged 4 commits into from
Apr 9, 2024

Conversation

Aloqeely
Copy link
Member

@Aloqeely Aloqeely commented Apr 2, 2024

@Aloqeely Aloqeely changed the title DEPR: Enforce keyword-only arguments for DataFrame/Series statistical methods DEPR: keyword-only arguments for DataFrame/Series statistical methods Apr 2, 2024
@Aloqeely
Copy link
Member Author

Aloqeely commented Apr 2, 2024

pre-commit.ci autofix

@mroeschke mroeschke added the Deprecate Functionality to remove in pandas label Apr 3, 2024
@Aloqeely Aloqeely requested a review from mroeschke April 8, 2024 22:11
@mroeschke mroeschke added this to the 3.0 milestone Apr 9, 2024
@mroeschke mroeschke merged commit 6126b85 into pandas-dev:main Apr 9, 2024
46 checks passed
@mroeschke
Copy link
Member

Thanks @Aloqeely

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
…pandas-dev#58122)

* Enforce keyword-only arguments for dataframe/series statistical methods

* Line not long anymore!

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Adjust test

---------

Co-authored-by: Abdulaziz Aloqeely <52792999+DAzVise@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: DataFrame.any() inconsistent with other methods
2 participants