Ádám Lippai
Ádám Lippai
I'm a bit lost what's (not) recommended to use in xarray as coordinate or value. 1.) Can I use numpy StringDType as value? Can I use it as coordinate? 2.)...
I tried out string[pyarrow] and pandas categorical and it wasn’t straightforward (although the 2025.10.1 release was much better than an older 2024.08 or 09).
One step ahead as always. Thanks!
Should this work for SVG render mode too? (`render_mode="svg"` in `px.line`)
@twoertwein thanks, I've updated the failing test and added the two cases brought up in the initial issue. Looks like `datetime` is a subclass of `date` so I just removed...
Looks like this is not possible to describe correctly: https://github.com/microsoft/pylance-release/issues/6512
@Dr-Irv thanks for the guide, I believe the last commit may work as intended and pass the CI
Good point. I checked repeatedly and it’s consistent. The explain plans are practically the same too aside from the scan name. Also checked `select sum(double_value) from read_` to ensure it’s...
Found something. - Limiting the threads to 1 brings the parquet speed to the iceberg level. - Increasing the threads to 4 doesn’t change the iceberg numbers, but it improves...
Vibe coded benchmark (sorry): ```python import shutil import time from pathlib import Path import statistics import duckdb from pyiceberg.catalog import load_catalog from pyiceberg.schema import Schema from pyiceberg.types import DoubleType, NestedField...