-
I am using BigQuery read API, is there a way to populate batched row read into Polars dataframe?
-
### Describe the bug
Daft doesnt support some feature in the parquet file format for boolean columns.
### To Reproduce
```
import polars as pl
import daft
df = pl.DataFrame(
{"a": [1, 2, …
-
### 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…
-
## 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:…
-
### 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…
-
#### What language are you using?
Rust
#### What version are you using?
0.3.3
#### What database are you using?
MSSQL
#### What dataframe are you using?
Arrow
#### Can you desc…
-
### Overview
We force our users to use pandas dataframes to reduce a dependency on polars, which is less widely supported than polars. https://github.com/narwhals-dev/narwhals is a really cool proj…
-
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…
-
command: `ruff check test.py`
ruff version: `ruff 0.0.282`
settings: `select = ['ALL']`
example:
```python
import polars as pl
pldf = pl.DataFrame()
pldf.pivot() # PD010 `.pivot_table`…
-
### 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…