We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d60fe commit 690aad6Copy full SHA for 690aad6
pandas/core/indexes/base.py
@@ -297,7 +297,7 @@ class Index(IndexOpsMixin, PandasObject):
297
PeriodIndex : Index of Period data.
298
NumericIndex : Index of numpy int/uint/float data.
299
Int64Index : Index of purely int64 labels (deprecated).
300
- UInt64Index : Index of purely uint64 labels.
+ UInt64Index : Index of purely uint64 labels (deprecated).
301
Float64Index : Index of purely float64 labels (deprecated).
302
303
Notes
0 commit comments