home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 857834962

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/5454#issuecomment-857834962 https://api.github.com/repos/pydata/xarray/issues/5454 857834962 MDEyOklzc3VlQ29tbWVudDg1NzgzNDk2Mg== 2448579 2021-06-09T16:07:13Z 2021-06-09T16:07:13Z MEMBER

ds.coarsen(time=12).construct(dim="year").rename({"time": "month"})

We could incorporate the renaming like this. Thoughts?

python ds.coarsen(time=12).construct(dim={"time": ("month", "year")})

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  916318941
Powered by Datasette · Queries took 1.359ms · About: xarray-datasette