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

DOC: Enforce Numpy Docstring Validation for pandas.Int #58511

Merged
merged 5 commits into from
May 1, 2024

Conversation

tuhinsharma121
Copy link
Contributor

@tuhinsharma121 tuhinsharma121 commented May 1, 2024

It fixes

 -i "pandas.Int16Dtype SA01" \ 
 -i "pandas.Int32Dtype SA01" \ 
 -i "pandas.Int64Dtype SA01" \ 
 -i "pandas.Int8Dtype SA01" \ 
-i "pandas.UInt16Dtype SA01" \
-i "pandas.UInt32Dtype SA01" \
-i "pandas.UInt64Dtype SA01" \
-i "pandas.UInt8Dtype SA01" \

@tuhinsharma121 tuhinsharma121 marked this pull request as ready for review May 1, 2024 07:52
@mroeschke mroeschke added the Docs label May 1, 2024
@tuhinsharma121 tuhinsharma121 marked this pull request as draft May 1, 2024 17:14
@tuhinsharma121 tuhinsharma121 marked this pull request as ready for review May 1, 2024 17:57
@mroeschke mroeschke added this to the 3.0 milestone May 1, 2024
@mroeschke mroeschke merged commit 7320430 into pandas-dev:main May 1, 2024
46 checks passed
@mroeschke
Copy link
Member

Thanks @tuhinsharma121

@tuhinsharma121 tuhinsharma121 deleted the numpy-docstring-int branch May 2, 2024 05:06
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
)

* DOC: add SA01 for Int16Dtype,Int32Dtype,Int64Dtype,Int8Dtype

* DOC: remove SA01 for Int16Dtype,Int32Dtype,Int64Dtype,Int8Dtype

* DOC: remove SA01 for Int16Dtype,Int32Dtype,Int64Dtype,Int8Dtype

* DOC: change description to n-bit nullable integer type
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.

None yet

2 participants