-
### Describe the bug
```python
import marimo as mo
import narwhals as nw
import polars as pl
import pandas as pd
data = {"item": ["a", "a", "a", "b", "b", "b"], "start": [6, 7, 8, 14, 15, 16]}…
-
**What**
make ModeImputer polars compatible while maintaining backwards compatibility with pandas.
**Why?**
Making the project polars compatible for speed benefits. [Narwhals](https://github.…
-
**Describe the bug**
"Some" polars dataframes are converted wrong to hyper. We created a minimum example and found out that
we can only reproduce the issue with dataframes having 12 or more rows and…
-
Polars is an up and coming alternative for Pandas which already has more then 17.000 GitHub Stars: https://pola-rs.github.io/polars-book/
I wonder if it would be possible to provide an export_to_po…
ghost updated
1 month ago
-
I am having issues with the `diff` function of polars within vscode: rust-analyzer does not seem to find this function, I cannot ctrl+click it to go to its definition and also I don't see any type ann…
-
Always funny how these projects start, one goes from like 100 users that understand the tremendous opportunity of fast in-memory computing --- and then 2-3 years later 10 million people heavily rely o…
-
Upon importing polars (https://docs.pola.rs/), the kernel crashes. This does not happen in VS Code, even when I use the exact same environment.
### Screenshot
![Screenshot 2024-09-20 at 21 06 39](…
-
## 🐍 Package Request
- Package Name and Version : polars / latest
- Package URL : https://github.com/pola-rs/polars
- Package Dependencies that needs to be resolved first:
Polars supports …
-
### What happened?
This code succeeds with the `sqlite` and `polars` backends but fails for me with the `duckdb` backend:
```python
import ibis
import polars as pl
url = "https://raw.github…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
We are using polars-arrow and would prefer to move to `arrow-rs` as we are looking into using…