Patrick Hoefler
Patrick Hoefler
So this is running 130 seconds on my machine, 2 things take up 80 seconds of that: - tokenising the chunks (yikes...) - [this warning](https://github.com/pydata/xarray/blob/339ed932eac7f123410382a2037f844dd852f251/xarray/core/dataset.py#L261) (yikes too, 25-30 seconds) I...
cc @mrocklin
the current thing looks very outdated to me, dropping seems like a good solution On Thu, Oct 17, 2024 at 3:48 PM Hendrik Makait ***@***.***> wrote: > We can probably...
This is a weird one. Daks is removing pandas metadata when inferring the arrow schema, but the metadata fail doesn't do that, so the metadata file thinks that it's object...