pandas.UInt64Index¶
- class pandas.UInt64Index(data=None, dtype=None, copy=False, name=None)[source]¶
 Immutable sequence used for indexing and alignment. The basic object storing axis labels for all pandas objects. UInt64Index is a special case of Index with purely unsigned integer labels. .
- Parameters
 - dataarray-like (1-dimensional)
 - dtypeNumPy dtype (default: uint64)
 - copybool
 Make a copy of input ndarray.
- nameobject
 Name to be stored in the index.
See also
IndexThe base pandas Index type.
Notes
An Index instance can only contain hashable objects.
Attributes
None
Methods
None