-
The parquet-site has not been updated for a long time while the parquet-format has added new changes. We need to update the site to match those changes.
**Reporter**: [Gang Wu](https://issues.apache.…
-
### What happened + What you expected to happen
## The bug
Context:
* I have some parquet files on an azure blob storage
* I have deployed a ray cluster on kubernetes (azure) using the helm char…
-
When trying to run it, i get the following error:
```bash
> condastats overall pandas
Traceback (most recent call last):
File "C:\Anaconda3\Scripts\condastats-script.py", line 9, in
sys.exit(…
-
### Describe the bug
Path to `parquet` files not being hashed breaks caching model on hosted sites if we were to follow the same default pattern for a typical vite static sites.
Parquet files do n…
ud3sh updated
1 month ago
-
### Describe the bug, including details regarding any error messages, version, and platform.
I'm trying to write a `_metadata` file from a set of existing parquet files written by duckdb.
This is …
-
### 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…
-
## Description
Hello, Squidpy seems not to read the newly released Xenium 5K data (https://www.10xgenomics.com/datasets/preview-data-xenium-prime-gene-expression) correctly. In particular, the fu…
-
### Feature Type
- [X] Adding new functionality to pandas
- [ ] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
I wan…
-
When rapids creates a table with 'SNAPPY' compression, it results in an UNCOMPRESSED ColumnMetaData.
You can replace SNAPPY with GZIP or ZSTD and find that you can still get an UNCOMPRESSED ColumnMe…
-
We can't currently do a read + length/count operation on a parquet file.
```python
import polars as pl
from functools import partial
from cudf_polars.callback import execute_with_cudf
import nu…