-
#### Correlation
I would really like to see the original `df.corr()` from Polars, because now we only have `df.pearsonCorr(a, b)`, which need 2 columns. I would like to have `df.corr()`, which retu…
-
## Environment data
- VS Code version: 1.95.2
- Data Wrangler Extension version (available under the Extensions sidebar): v1.12.1
- Jupyter Extension version (available under the Extensions sid…
-
Great Tables and polars/pandas could offer a straightforward way to display plugin information to users.
See [examples for Great Tables](https://posit-dev.github.io/great-tables/examples/) which is…
-
I have been using Polars in Python and it is a wonderful, fast, DataFrame library for Python and Rust. There even seems to be work on creating R-bindings for polars as well (https://github.com/pola-rs…
vnijs updated
2 months ago
-
### Missing functionality
Polars integration ? https://www.pola.rs/
### Proposed feature
Use polars dataframe as a compute backend.
Or let the user give a polars dataframe to the ProfileReport.
…
-
Say I have an object `df` which implements `__arrow_c_stream__` (say, a Polars dataframe)
Currently, I can convert that to pandas by doing:
```
import pyarrow as pa
pa.table(df).to_pandas()
`…
-
panel==1.5.3
I would like to add support for Polars DataFrame to `GraphicWalker.object`. Its unclear to me whether this is supported and how. I guess special care is taken about pandas dataframe seri…
-
I was initially hesitant about adding IO methods, the idea being "users provide their own dataframe, we just deal with how to process it", but we already have [from_dict](https://narwhals-dev.github.i…
-
In the UI, it would be awesome if the logs could be viewed in a monospaced font (or perhaps even monospaced by default).
An example of where this is handy is if there's any tabular data displayed i…
-
**Description**
Polars is a dataframe package, similar in intent (but very different in interface) to pandas. https://pypi.org/project/polars/
Choose all applicable topics by placing an 'X' betwe…
rknop updated
3 weeks ago