home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 59548752

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
59548752 MDExOlB1bGxSZXF1ZXN0MzAzMTk2Mzc= 351 Switch the name of datetime components from 'time.month' to 'month' 1217238 closed 0   799013 0 2015-03-02T20:55:24Z 2015-03-02T23:20:09Z 2015-03-02T23:20:07Z MEMBER   0 pydata/xarray/pulls/351

Fixes #345

This lets you write things like:

counts = time.groupby('time.month').count() counts.sel(month=2)

instead of the previously valid

counts.sel(**{'time.month': 2})

which is much more awkward. Note that this breaks existing code which relied on the old usage.

CC @jhamman

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

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