David Anderson
David Anderson
This works just fine and gives dtype 'string': ``` import pandas as pd sdtype = pd.StringDType() class A(TypedFrame): schema = { 'field': sdtype } ``` Maybe worth adding to the...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
I can see 8 CPU cores in use while solving using PIQP. I was wondering where that parallelism is coming from and is it possible to control it? E.g. use...