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
8383 -i " pandas.Timestamp.resolution PR02" \
8484 -i " pandas.Timestamp.tzinfo GL08" \
8585 -i " pandas.arrays.ArrowExtensionArray PR07,SA01" \
86- -i " pandas.arrays.IntegerArray SA01" \
8786 -i " pandas.arrays.IntervalArray.length SA01" \
8887 -i " pandas.arrays.NumpyExtensionArray SA01" \
8988 -i " pandas.arrays.TimedeltaArray PR07,SA01" \
Original file line number Diff line number Diff line change @@ -105,6 +105,12 @@ class IntegerArray(NumericArray):
105105 -------
106106 IntegerArray
107107
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+
108114 Examples
109115 --------
110116 Create an IntegerArray with :func:`pandas.array`.
You can’t perform that action at this time.
0 commit comments