File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
88
88
-i " pandas.Index.names GL08" \
89
89
-i " pandas.Index.ravel PR01,RT03" \
90
90
-i " pandas.Index.str PR01,SA01" \
91
- -i " pandas.Int16Dtype SA01" \
92
- -i " pandas.Int32Dtype SA01" \
93
- -i " pandas.Int64Dtype SA01" \
94
- -i " pandas.Int8Dtype SA01" \
95
91
-i " pandas.Interval PR02" \
96
92
-i " pandas.Interval.closed SA01" \
97
93
-i " pandas.Interval.left SA01" \
@@ -391,10 +387,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
391
387
-i " pandas.Timestamp.weekday SA01" \
392
388
-i " pandas.Timestamp.weekofyear SA01" \
393
389
-i " pandas.Timestamp.year GL08" \
394
- -i " pandas.UInt16Dtype SA01" \
395
- -i " pandas.UInt32Dtype SA01" \
396
- -i " pandas.UInt64Dtype SA01" \
397
- -i " pandas.UInt8Dtype SA01" \
398
390
-i " pandas.api.extensions.ExtensionArray SA01" \
399
391
-i " pandas.api.extensions.ExtensionArray._accumulate RT03,SA01" \
400
392
-i " pandas.api.extensions.ExtensionArray._concat_same_type PR07,SA01" \
Original file line number Diff line number Diff line change @@ -144,6 +144,13 @@ class IntegerArray(NumericArray):
144
144
-------
145
145
None
146
146
147
+ See Also
148
+ --------
149
+ Int8Dtype : 8-bit nullable integer type.
150
+ Int16Dtype : 16-bit nullable integer type.
151
+ Int32Dtype : 32-bit nullable integer type.
152
+ Int64Dtype : 64-bit nullable integer type.
153
+
147
154
Examples
148
155
--------
149
156
For Int8Dtype:
You can’t perform that action at this time.
0 commit comments