cudf.Int64Index#

class cudf.Int64Index(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. Int64Index is a special case of Index with purely integer(int64) 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
Int64Index