pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.57k stars 1.07k forks source link

remove xfail from `test_dataarray.test_to_dask_dataframe()` #8838

Open dcherian opened 6 months ago

dcherian commented 6 months ago

What is your issue?

when dask-expr is fixed. Added in https://github.com/pydata/xarray/pull/8837

mathause commented 6 months ago

Won't pandas 3 enforce COW and we have to fix this differently? (not 100% sure, though) pandas 3 is planned for April pandas-dev/pandas#57064

dcherian commented 6 months ago

This is a different issue: https://github.com/dask/dask-expr/pull/981