-
### 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…
-
**Describe the issue**:
Hi, my team uses **dask** to combine features (reindex and forward fill) with respect to unique timestamps and then run a linear regression. We load feature data through…
-
### Pandas 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://pandas.pydata.org/docs/whatsn…
-
I am currently struggling with a problem that could be related to https://github.com/SebKrantz/collapse/issues/452
Zeros appear twice:
```r
library(collapse)
# all columns are double
df
-
### Issue Description
Command `podman system df` returns a negative reclaimable size of images.
```
[web@s4 ~]$ podman system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images…
-
### 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…
-
gdp_diff_df.size # 183
-
### What happened + What you expected to happen
Attempting to train NBEATsx with NeuralForecast and Tweedie loss and encounter error claiming that "an output must be a tensor, not a tuple")
### Ver…
-
### What happens?
Hello there,
we have a on-prem k8s cluster, with a hive partitioned Minio based bucket containing for test purposes ~ 50 files with total less than 50 MB.
We constructed these…
-
### Description
Right now, schema evolution (here changing of field type) is not really handled by polars.
```python
import polars as pl
myfile = 'partition_test'
df = pl.DataFrame({'id': [1000…