diff --git a/ci/code_checks.sh b/ci/code_checks.sh index 7e4c7cb527a62..a10b010004240 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -90,10 +90,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then -i "pandas.Index.names GL08" \ -i "pandas.Index.ravel PR01,RT03" \ -i "pandas.Index.str PR01,SA01" \ - -i "pandas.Int16Dtype SA01" \ - -i "pandas.Int32Dtype SA01" \ - -i "pandas.Int64Dtype SA01" \ - -i "pandas.Int8Dtype SA01" \ -i "pandas.Interval PR02" \ -i "pandas.Interval.closed SA01" \ -i "pandas.Interval.left SA01" \ @@ -393,10 +389,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then -i "pandas.Timestamp.weekday SA01" \ -i "pandas.Timestamp.weekofyear SA01" \ -i "pandas.Timestamp.year GL08" \ - -i "pandas.UInt16Dtype SA01" \ - -i "pandas.UInt32Dtype SA01" \ - -i "pandas.UInt64Dtype SA01" \ - -i "pandas.UInt8Dtype SA01" \ -i "pandas.api.extensions.ExtensionArray SA01" \ -i "pandas.api.extensions.ExtensionArray._accumulate RT03,SA01" \ -i "pandas.api.extensions.ExtensionArray._concat_same_type PR07,SA01" \ diff --git a/pandas/core/arrays/integer.py b/pandas/core/arrays/integer.py index 21a9b09227663..f85fbd062b0c3 100644 --- a/pandas/core/arrays/integer.py +++ b/pandas/core/arrays/integer.py @@ -144,6 +144,13 @@ class IntegerArray(NumericArray): ------- None +See Also +-------- +Int8Dtype : 8-bit nullable integer type. +Int16Dtype : 16-bit nullable integer type. +Int32Dtype : 32-bit nullable integer type. +Int64Dtype : 64-bit nullable integer type. + Examples -------- For Int8Dtype: