pola-rs / polars

Dataframes powered by a multithreaded, vectorized query engine, written in Rust
https://docs.pola.rs
Other
27.25k stars 1.67k forks source link

fix(python): Include `pl.` qualifier for inner dtypes in `to_init_repr()` #16223

Closed datenzauberai closed 1 month ago

datenzauberai commented 1 month ago

This is a minimal fix for https://github.com/pola-rs/polars/issues/15802 by adding a method that prefixes representations, which will be called "recursively" for nested types. Idea: