pandas 1.4.2

Parameters
reindex_indexer(self: 'T', new_axis: 'Index', indexer, axis: 'int', fill_value=None, allow_dups: 'bool' = False, copy: 'bool' = True, consolidate: 'bool' = True, only_slice: 'bool' = False, *, use_na_proxy: 'bool' = False) -> 'T'

Parameters

new_axis : Index
indexer : ndarray of int64 or None
axis : int
fill_value : object, default None
allow_dups : bool, default False
copy : bool, default True
consolidate: bool, default True :

Whether to consolidate inplace before reindexing.

only_slice : bool, default False

Whether to take views, not copies, along columns.

use_na_proxy : bool, default False

Whether to use a np.void ndarray for newly introduced columns.

pandas-indexer with -1's only. :

Examples

See :

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/internals/managers.py#634
type: <class 'function'>
Commit: