issues: 1517575123
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1517575123 | I_kwDOAMm_X85adFvT | 7409 | Implement `DataArray.to_dask_dataframe()` | 44147817 | closed | 0 | 4 | 2023-01-03T15:44:11Z | 2023-04-28T15:09:31Z | 2023-04-28T15:09:31Z | CONTRIBUTOR | Is your feature request related to a problem?It'd be nice to pass from a chunked DataArray to a dask object directly Describe the solution you'd likeI think something along these lines should work (although a less convoluted way might exist): ```python import dask.dataframe as dkd import xarray as xr def to_dask(da: xr.DataArray) -> Union[dkd.Series, dkd.DataFrame]:
``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/7409/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |