cudf.UInt64Index#
- class cudf.UInt64Index(data=None, dtype=None, copy=False, name=None)#
Immutable, ordered and sliceable sequence of labels. The basic object storing row labels for all cuDF objects. UInt64Index is a special case of Index with purely integer(
uint64
) labels.- Parameters
- dataarray-like (1-dimensional)
- dtypeNumPy dtype,
but not used.
- copybool
Make a copy of input data.
- nameobject
Name to be stored in the index.
- Returns
- UInt64Index