-
### 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…
-
### Polars version 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 …
-
This is going to cause an issue when you want to validate the list column:
Reproducible example:
```python
class Test(pt.Model):
col: list[str]
class InhTest(Test):
pass
df = InhT…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
I'd say that, for instance, `.select(["name"])` is significantly easier to read and write t…
-
**Is your feature request related to a problem? Please describe.**
Qdrant has different search APIs (e.g. search, search batch, recommend,...), which is very cool. However, the data structure of the …
-
Opening this mostly for discussion.
Say all your data lives in ``. After doing some selecting/filtering/transforming, you want to export your data out of the DB and into a different distributed sys…
-
### Problem description
Like pandas: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.corrwith.html#pandas-dataframe-corrwith
Here is my temporary implementation:
``` p…
-
### Motivation: Why do you think this is important?
It seems like we cannot configure read / write settings for dataframe types individually and as `StructuredDataset`. This can be very limiting in…
-
This ticket specifies several proposals for rewrithing `DataFrame` component. I was inspired by Mikita's work on the AI part for these proposals.
### User interface
**[OK]** - **P1. Adding a r…
-
If creating a histogram with `logx=True`, the buckets will be created in the original scale instead of the logarithmic scale:
```python
import numpy as np, polars as pl
import hvplot.polars
rng …