File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
83
83
-i " pandas.Timestamp.resolution PR02" \
84
84
-i " pandas.Timestamp.tzinfo GL08" \
85
85
-i " pandas.arrays.ArrowExtensionArray PR07,SA01" \
86
- -i " pandas.arrays.IntegerArray SA01" \
87
86
-i " pandas.arrays.IntervalArray.length SA01" \
88
87
-i " pandas.arrays.NumpyExtensionArray SA01" \
89
88
-i " pandas.arrays.TimedeltaArray PR07,SA01" \
Original file line number Diff line number Diff line change @@ -105,6 +105,12 @@ class IntegerArray(NumericArray):
105
105
-------
106
106
IntegerArray
107
107
108
+ See Also
109
+ --------
110
+ array : Create an array using the appropriate dtype, including ``IntegerArray``.
111
+ Int32Dtype : An ExtensionDtype for int32 integer data.
112
+ UInt16Dtype : An ExtensionDtype for uint16 integer data.
113
+
108
114
Examples
109
115
--------
110
116
Create an IntegerArray with :func:`pandas.array`.
You can’t perform that action at this time.
0 commit comments