pandas 1.4.2

Notes

It is assumed that the underlying scalar objects have the operators already defined.

Notes

If you have defined a subclass MyExtensionArray(ExtensionArray), then use MyExtensionArray(ExtensionArray, ExtensionScalarOpsMixin) to get the arithmetic operators. After the definition of MyExtensionArray, insert the lines

MyExtensionArray._add_arithmetic_ops() MyExtensionArray._add_comparison_ops()

to link the operators to your class.

note

You may want to set __array_priority__ if you want your implementation to be called when involved in binary operations with NumPy arrays.

A mixin for defining ops on an ExtensionArray.

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/arrays/base.py#1695
type: <class 'type'>
Commit: