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
|
Resolve a backend from a name or an already-instantiated backend object. |
Modules
Pandas backend implementation. |
|
Polars eager backend implementation. |
|
Polars lazy backend implementation. |