asof_locs(self, where: 'Index', mask: 'np.ndarray') -> 'npt.NDArray[np.intp]'
As in the asof
function, if the label (a particular entry in where
) is not in the index, the latest index label up to the passed label is chosen and its index returned.
If all of the labels in the index are later than a label in where
, -1 is returned.
:None:None:`mask`
is used to ignore NA values in the index during calculation.
An Index consisting of an array of timestamps.
Array of booleans denoting where values in the original data are not NA.
An array of locations (indices) of the labels from the Index which correspond to the return values of the asof
function for every element in where
.
Return the locations (indices) of labels in the index.
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