Niklas Österlund
Niklas Österlund
Thank you @legout. Duckdb works really well, but polars is struggling. Maybe I am doing something wrong. But anyway here is how it worked for me ```python # pyarrow 8.0.0...
> What is the size of the dataset and where is it stored? In a s3 bucket? If so, this could be interesting for you: > > #14336 I use...
I have an issue that is maybe related? This happens when the python program finishes and wants to close. From a pull request 2 weeks ago. This started happening just...
My code fails every time with 1.1.4. In version 1.1.3 this check for `is_empty` does not exist [log_exporter\__init__.py change for 1.1.4](https://github.com/census-instrumentation/opencensus-python/blob/9ffa48a7dbb7f3fc68bc6cd60ab8d271d08f2c6a/contrib/opencensus-ext-azure/opencensus/ext/azure/log_exporter/__init__.py#L109) Digging deeper on my end, it seems I have...
@ritchie46, FYI, I changed the definition of the dataset to help polars with filtering the partitions like so ```python ibpolar = dataset("install-base-from-vdw-standard/vehicle_type=536/", filesystem=fs, partitioning="hive") ``` polars now used half of...
A dummy question @MatthewRGonzalez from me maybe, but how do you install pyarrow acero? I have pyarrow version 10 currently because of limitation in snowflake-api, has acero been added afterwards?
_For datasets you encounter, what tools were used to write those files (e.g. dask, pandsa, spark, ...)? Did you generate this data yourself, or did some other team/org/person generate it...
Sorry, pyarrows gzip compression! Still having the name `filename.parquet`
same as [this issue](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/1272)?