pola-rs / pyo3-polars

Plugins/extension for Polars
MIT License
238 stars 39 forks source link

Cannot create polars series from UInt16 type #3

Closed astralcai closed 1 year ago

astralcai commented 1 year ago

It seems that u16 is not supported. I tried to create a data frame where the dtype of my columns are set to u16, and when I try to pass this data frame to my rust program, I get

Cannot create polars series from UInt16 type

ritchie46 commented 1 year ago

Have you activated all features?

astralcai commented 1 year ago

Have you activated all features?

How do I do that?

ritchie46 commented 1 year ago

https://doc.rust-lang.org/cargo/reference/features.html