pandas.
Float64Index
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. .
Make a copy of input ndarray.
Name to be stored in the index.
See also
Index
The base pandas Index type.
Notes
An Index instance can only contain hashable objects.
Attributes
None
Methods