backends#

Backends for the Report DataFrame abstraction.

This package exposes: - The FrameBackend abstract base class. - Built-in implementations (pandas, polars eager, polars lazy). - A small factory helper to resolve backends by name.

Functions

get_backend(backend)

Resolve a backend from a name or an already-instantiated backend object.

Modules

pandas_backend

Pandas backend implementation.

polars_backend

Polars eager backend implementation.

polars_lazy_backend

Polars lazy backend implementation.