cudf.Float64Index#

class cudf.Float64Index(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. Float64Index is a special case of Index with purely float(float64) 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:
Float64Index

Attributes

None

Methods

None