home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 57254455

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
57254455 MDU6SXNzdWU1NzI1NDQ1NQ== 319 Add head(), tail() and thin() methods? 1217238 closed 0     10 2015-02-10T23:28:15Z 2019-09-05T04:22:24Z 2019-09-05T04:22:24Z MEMBER      

These would be shortcuts for isel/slice syntax: - ds.head(time=5) -> ds.isel(time=slice(5)): select the first five time values - ds.tail(time=5) -> ds.isel(time=slice(-5, None)): select the last five time values - ds.thin(time=5) -> ds.isel(time=slice(None, None, 5)): select every 5th time value

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

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