Skip to content

Commit 690aad6

Browse files
committed
Recommit
1 parent 25d60fe commit 690aad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class Index(IndexOpsMixin, PandasObject):
297297
PeriodIndex : Index of Period data.
298298
NumericIndex : Index of numpy int/uint/float data.
299299
Int64Index : Index of purely int64 labels (deprecated).
300-
UInt64Index : Index of purely uint64 labels.
300+
UInt64Index : Index of purely uint64 labels (deprecated).
301301
Float64Index : Index of purely float64 labels (deprecated).
302302
303303
Notes

0 commit comments

Comments
 (0)