pandas_backend#

Pandas backend implementation.

This module provides a concrete FrameBackend implementation using pandas. Pandas is imported lazily so that it remains an optional dependency.

Classes

PandasBackend

Pandas implementation of the FrameBackend abstract base class.