-
### 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…
-
I am using BigQuery read API, is there a way to populate batched row read into Polars dataframe?
-
### Describe the bug
`sum_horizontal` works for boolean values only in polars and not in pandas and pyarrow.
### Steps or code to reproduce the bug
For pyarrow
```
import pyarrow as pa
import n…
-
### Is your feature request related to a problem or challenge?
LLMs provide a fantastic way to learn and use a new codebase. By providing the documentation, they can create a custom guide for new use…
-
Blockers
* Soft-blocked on https://github.com/apache/arrow-rs/issues/6360 (for lowering memory use)
* Semi-blocked on https://github.com/apache/arrow-rs/issues/4472 (we use `DataType::Extension` for…
-
Polars dataframes are way faster, more memory efficient, and have a more ergonomic interface for transformations.
At some point, you may want to switch the backend to Polars. At least for now, I th…
-
**Describe the bug**
A clear and concise description of what the bug is.
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest v…
-
[polars](https://github.com/pola-rs/polars) is growing fast as the new standard for dataframe but it doesn't provide a way to plot the data for Rust user.
I think providing a polars integration under…
-
## System details:
#### Positron and OS details:
Positron Version: 2024.12.0 (system setup) build 41
Code - OSS Version: 1.93.0
Commit: 39536c265d6828a68291984d0d359170316d055e
Date: 2024-11-21T02:…
-
I am attempting to replicate the functionality of relativedelta. The month_delta meets my current purposes but it return incorrect values if passed a date object.
This provided incorrect results. I…