-
**Is your feature request related to a problem? Please describe.**
The Polars DataFrame library has been gaining a lot of traction and many are writing new pipelines in Polars and/or moving from pan…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
This issue describes a possibility to enable multiple dataframe API compatibility through (or referencing) https://github.com/data-apis/dataframe-api . Currently the project is compatible with Pandas …
-
# Bug Report
## Environment
**Delta-rs version**: 0.20.1
**Environment**: Docker
---
## Description
**Issue**: Fails to write data to AWS S3 using DynamoDB locking mechanism in versi…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
Has anyone thought about implementing TPC-H using the dataframe API?
I think this would be very useful to test the scope, and also to draw attention to the dataframe API.
It would mean that anyone i…
-
## Prework
- [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev/great_tables/blo…
-
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
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
Attempting to sort a dataframe with groups and no values results in a runtime error
```elixir
dataframe = DataFrame.new(a: ["a", "b", "c"])
dataframe
|> DataFrame.group_by("a")
|> DataFrame.f…