qurm

Results 12 comments of qurm

Hi, Yes, I was able to load data and create dfs with `polars-lts-cpu`. Yes, this does work,`pip install pandera polars-lts-cpu` and with this I was able to run your schema...

Hi - while trying to create a minimal snippet, I found the issue! I had ``` import polars as pl import pandera as pa ``` but as per your example...