Skip to content
Snippets Groups Projects
Unverified Commit b22f2350 authored by Tuhin Sharma's avatar Tuhin Sharma Committed by GitHub
Browse files

DOC: fix SA01,ES01 for pandas.arrays.IntegerArray (#60447)

parent 335f600a
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
-i "pandas.Timestamp.resolution PR02" \
-i "pandas.Timestamp.tzinfo GL08" \
-i "pandas.arrays.ArrowExtensionArray PR07,SA01" \
-i "pandas.arrays.IntegerArray SA01" \
-i "pandas.arrays.IntervalArray.length SA01" \
-i "pandas.arrays.NumpyExtensionArray SA01" \
-i "pandas.arrays.TimedeltaArray PR07,SA01" \
......
......@@ -105,6 +105,12 @@ class IntegerArray(NumericArray):
-------
IntegerArray
See Also
--------
array : Create an array using the appropriate dtype, including ``IntegerArray``.
Int32Dtype : An ExtensionDtype for int32 integer data.
UInt16Dtype : An ExtensionDtype for uint16 integer data.
Examples
--------
Create an IntegerArray with :func:`pandas.array`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment