pandas 1.4.2

AttributesMethodsNotesParametersBackRef

Attributes

None :
deprecated

In pandas v2.0 UInt64Index will be removed and :None:class:`NumericIndex` used instead. UInt64Index will remain fully functional for the duration of pandas 1.x.

Methods

Notes

An Index instance can only contain hashable objects.

Parameters

data : array-like (1-dimensional)
dtype : NumPy dtype (default: uint64)
copy : bool

Make a copy of input ndarray.

name : object

Name to be stored in the index.

Immutable sequence used for indexing and alignment. The basic object storing axis labels for all pandas objects. UInt64Index is a special case of Index with purely unsigned integer labels. .

See Also

Index

The base pandas Index type.

NumericIndex

Index of numpy int/uint/float data.

Examples

See :

Back References

The following pages refer to to this document either explicitly or contain code examples using this.

pandas.core.indexes.numeric.NumericIndex pandas.core.indexes.base.Index

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


File: /pandas/core/indexes/numeric.py#450
type: <class 'type'>
Commit: