home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 107139131

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
107139131 MDU6SXNzdWUxMDcxMzkxMzE= 582 dim_names, coord_names, var_names, attr_names convenience functions 167164 closed 0     3 2015-09-18T05:57:54Z 2015-09-23T01:25:15Z 2015-09-23T01:25:15Z NONE      

It'd be nice to have some convenience functions for easy outout of dim/coord/variable/attr names, eg:

python ds.dim_names() == list(ds.dims.keys()) ds.coord_names() == list(ds.coords.keys()) ds.var_names() == list(ds.vars.keys()) ds.attr_names() == list(ds.attrs.keys())

just for reading/writing sanity.

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

Links from other tables

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