API (planframe-polars)
You may combine PolarsFrame with core mixins such as planframe.spark.SparkFrame or planframe.pandas.PandasLikeFrame for alternate ergonomics on the same plan.
planframe_polars.frame.PolarsFrame
Bases: Frame[SchemaT, PolarsBackendFrame, Expr], Generic[SchemaT]
A PlanFrame Frame bound to the Polars backend.