pandas.Float64Index — pandas 1.0.5 documentation (original) (raw)
class pandas. Float64Index(data=None, dtype=None, copy=False, name=None)[source]¶
Immutable ndarray implementing an ordered, sliceable set. The basic object storing axis labels for all pandas objects. Float64Index is a special case of Index with purely float labels. .
Parameters
dataarray-like (1-dimensional)
dtypeNumPy dtype (default: float64)
copybool
Make a copy of input ndarray.
nameobject
Name to be stored in the index.
See also
The base pandas Index type.
Notes
An Index instance can only contain hashable objects.
Attributes
| None |
|---|
Methods
| None |
|---|