dandelion.polars.core.Dandelion.to_polars
- Dandelion.to_polars(lazy=True)
Convert self from Pandas to Polars implementation.
- Parameters:
lazy (bool, optional) – Whether to use lazy (LazyFrame) mode for the converted Polars data. Defaults to True.
- Return type:
None