-
Hi,
Was wondering if it's worth looking through the Polars checks implemented in the Python library `cuallee` to see if they're worth including in `Field`?
-
### Description
Hey Polars team! Congratulations on the progress you've all made with Polars. It is my tool of choice for everything data-related, and I am a huge fan of the package. It just gets bet…
-
### Description
Consider the following example:
```python
import polars as pl
df1 = pl.DataFrame({"a": [1, 2]})
df2 = pl.DataFrame({"b": [3, 4]})
df3 = df1.join(df2, how="cross")
print(df3)
…
-
### 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…
-
**Is your feature request related to a problem? Please describe.**
When the data size is quite large, many times we might need to use larger than RAM data. Also, using an engine like Polars will spee…
-
### 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…
-
### 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 Pola…
-
### Description
As of polars 1.5.0
```python
import polars as pl
df = pl.DataFrame(
{'id': ['a', 'a', 'b', 'b', 'c', 'c'],
'degree': ['low', 'high', 'high', 'mid', 'mid', 'low']}
)…
-
### 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…
szsdk updated
1 month ago
-
### 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…