Skip to content

DOC: fix SA01 for pandas.errors.MergeError #59805

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 3 commits into from
Sep 15, 2024

Conversation

tuhinsharma121
Copy link
Contributor

fixes

pandas.errors.MergeError SA01

@tuhinsharma121 tuhinsharma121 marked this pull request as ready for review September 15, 2024 06:39
Comment on lines 268 to 271
ValueError : Base class for exceptions related to invalid arguments.
NotImplementedError : A built-in exception that can also be used for abstract
methods but lacks the specificity of `AbstractMethodError` in indicating
the need for subclass implementation.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think these are worth adding

@mroeschke mroeschke added the Docs label Sep 15, 2024
@mroeschke mroeschke added this to the 3.0 milestone Sep 15, 2024
@mroeschke mroeschke merged commit 160b3eb into pandas-dev:main Sep 15, 2024
41 of 47 checks passed
@mroeschke
Copy link
Member

Thanks @tuhinsharma121

@tuhinsharma121 tuhinsharma121 deleted the pandas.errors.MergeError branch November 1, 2024 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants