home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 92528846

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
92528846 MDExOlB1bGxSZXF1ZXN0MzkwNDI4ODc= 450 Add xray.save_mfdataset 1217238 closed 0   1172685 0 2015-07-02T02:19:41Z 2015-07-06T18:41:27Z 2015-07-06T18:41:25Z MEMBER   0 pydata/xarray/pulls/450

This function allows for saving multiple datasets to disk simultaneously, which is useful when processing large datasets with dask.array. For example, to save a dataset too big to fit into memory to one file per year, we could write:

```

years, datasets = zip(*ds.groupby('time.year')) paths = ['%s.nc' % y for y in years] xray.save_mfdataset(datasets, paths) ```

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/450/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.749ms · About: xarray-datasette