home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 722539100

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
722539100 MDU6SXNzdWU3MjI1MzkxMDA= 4515 show dimension coordinates at top of coordinates repr 2448579 closed 0     1 2020-10-15T17:44:28Z 2020-11-06T18:49:55Z 2020-11-06T18:49:55Z MEMBER      

Is your feature request related to a problem? Please describe. I have datasets with lots of non-dim coord variables. Its annoying to search through and look at the dimension coordinates to get an idea of what subset of data I am looking at.

Describe the solution you'd like I think we should show dimension coordinate variables at the top of the coordinates repr.

Example code

python ds = xr.Dataset() ds.coords["as"] = 10 ds["var"] = xr.DataArray(np.ones((10,)), dims="x", coords={"x": np.arange(10)}) ds

Related #4409

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4515/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

  • 1 row from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 0.851ms · About: xarray-datasette