pandas_paddles.contexts.add_dunder_operators#

pandas_paddles.contexts.add_dunder_operators(cls)[source]#

Dress class with all sensible comparison operations.

The class must implement a _operator_proxy method.

Note

This need to be applied on the concrete classes not the base class to allow copying of docstrings.