-
### 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…
-
### 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…
-
### What happened?
Faceting by `pl.Categorical` columns results in wrong facets
```python
alt.Chart(
pl.from_pandas(vega_datasets.data.cars()).with_columns(
pl.col("Origin").cast(pl…
-
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`…
-
### Description
I am using Polars with Python. When I attempted to save the Dataframe to Google Cloud Storage by specifying the URI of Google Cloud Storage and executing `df.write_parquet()`, a `Fi…
-
I see Polars recently added `to_torch`:
https://www.linkedin.com/posts/pola-rs_export-your-polars-dataframe-directly-to-activity-7193568311769542656-kqRz
I see Ibis has a `to_torch` API: https://g…
-
### 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…
-
### Is your feature request related to a problem?
_No response_
### What is the motivation behind your request?
We would to add Timeplus backend support to ibis as we want to make streaming m…
-
## Description
currently I can query polars eager dataframes
```py
import glaredb
import polars as pl
df = pl.DataFrame(
{
"A": [1, 2, 3, 4, 5],
"fruits": ["banana", …
-
### 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…