pandas 1.4.2

AttributesMethodsNotesParametersBackRef

Attributes

None :
versionadded

Methods

Notes

An NumericIndex instance can only contain numpy int64/32/16/8, uint64/32/16/8 or float64/32/16 dtype. In particular, NumericIndex can not hold Pandas numeric dtypes ( Int64Dtype , Int32Dtype etc.).

Parameters

data : array-like (1-dimensional)
dtype : NumPy dtype (default: None)
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. NumericIndex is a special case of Index with purely numpy int/uint/float labels.

See Also

Float64Index

Index of purely float64 labels (deprecated).

Index

The base pandas Index type.

Int64Index

Index of purely int64 labels (deprecated).

UInt64Index

Index of purely uint64 labels (deprecated).

Examples

See :

Back References

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

pandas.core.indexes.numeric.Float64Index pandas.core.indexes.base.Index pandas.core.indexes.numeric.UInt64Index pandas.core.indexes.numeric.Int64Index

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#48
type: <class 'type'>
Commit: