metric
LazyMixin(**kwargs)
If input is a polars.LazyFrame, collect() it before passing on.
Source code in src/flowcean/polars/metric.py
16 17 |
|
SelectMixin(*, features=None, **kwargs)
Select only specified columns from DataFrame-like objects.
Source code in src/flowcean/polars/metric.py
30 31 32 33 34 35 36 37 |
|