Vitalie Spinu
Vitalie Spinu
### What is the motivation behind your request? I write data manipulation backend agnostic functions which take a table input and do the computation. The problem is that there is...
### Is your feature request related to a problem? No. ### What is the motivation behind your request? Would be convenient (and consistent) to be able to fully qualify the...
This is a continuation of the conversation at #1098
### What happened? Would it be possible either fail with clear error if `names_from` is not string, or cast to string internally? Thanks! ```py df = pl.DataFrame([{'series': 0, 'day': 0,...
Hello! I no longer see `_draw_using_figure` in the code base? What is the new way to combine p9 with standard matplotlib plots in the same figure? Thanks!