pdstools.utils.types

Attributes

Module Contents

type ANY_FRAME = pl.DataFrame | pl.LazyFrame
type QUERY = pl.Expr | Iterable[pl.Expr] | dict[str, list]