home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 47756414

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
47756414 MDU6SXNzdWU0Nzc1NjQxNA== 276 add something like set_dims to change dimensions? 1217238 closed 0     2 2014-11-04T19:47:46Z 2015-03-17T15:44:30Z 2015-03-17T15:44:30Z MEMBER      

e.g., so you can type something like ds.set_dims('new_dim') to change a dataset dimension from old_dim to new_dim (using the new coordinate values) instead of something very awkward like:

python ds['old_dim'] = ds['new_dim'] del ds['new_dim'] ds = ds.rename({'old_dim': 'new_dim'})

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

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