-
Not an urgent task, but would be helpful to align with my processing libraries for other devices.
-
Hi,
Are there any plans to add support for [Polars](https://pola.rs/), as an alternative/addition to Pandas?
One way that could ease that support is using [Narwhals](https://narwhals-dev.github.io/n…
-
Modern examples at this point should be using `polars` instead really, instead of `pandas`. For instance, here: https://github.com/probabl-ai/skore/blob/main/examples/plot_01_getting_started.py
-
When running ert with polars 14, you get the following warning:
```
/Users/LEVJE/.local/share/uv/python/cpython-3.12.7-macos-aarch64-none/lib/python3.12/asyncio/subprocess.py:224: RuntimeWarning: Usin…
-
## 🔎 Information:
> **All fields are required**:
- **Title**: Polars: DataFrames for the new era
- **Category** ([check categories](https://github.com/pheralb/svgl/blob/main/src/types/categorie…
-
### We would like to learn about your use case. For example, if this feature is needed to adopt Narwhals in an open source project, could you please enter the link to it below?
I am abstracting …
-
Subclasses of a polars data frame (any UptakeData, e.g.) will revert to regular polars data frame after a polars operation (e.g. filter, with_columns, rename, etc.). We can make versions of these pola…
-
Have you considered supporting Polars dataframes as input?
-
Hi! When I add a Polars DataFrame to phik_matrix, I encounter an error: AttributeError: 'DataFrame' object has no attribute 'phik_matrix'. The steps I followed are outlined below. The Polars team reco…
-
The order of the Cartesian product elements is different when created via `polars` or `pandas`. That is, depending on `BAYBE_DEACTIVATE_POLARS` , the following code gives two different outputs:
```…