Skip to content

Commit 62ffc33

Browse files
DOC: change description to n-bit nullable integer type
1 parent 0907f2e commit 62ffc33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/arrays/integer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ class IntegerArray(NumericArray):
146146
147147
See Also
148148
--------
149-
Int8Dtype : For np.int8.
150-
Int16Dtype : For np.int16.
151-
Int32Dtype : For np.int32.
152-
Int64Dtype : For np.int64.
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.
153153
154154
Examples
155155
--------

0 commit comments

Comments
 (0)