Installation#
First, you need to install Polars.
Then, you’ll need to install polars-xdt:
pip install polars-xdt
Then, if you can run
import polars as pl
import polars_xdt
without errors it means installation all worked correctly!
First, you need to install Polars.
Then, you’ll need to install polars-xdt:
pip install polars-xdt
Then, if you can run
import polars as pl
import polars_xdt
without errors it means installation all worked correctly!