home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 657257847

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/pull/4219#issuecomment-657257847 https://api.github.com/repos/pydata/xarray/issues/4219 657257847 MDEyOklzc3VlQ29tbWVudDY1NzI1Nzg0Nw== 5635139 2020-07-12T18:23:19Z 2020-07-12T18:23:28Z MEMBER

Re the API, I think the dict is probably the best option, although it does complicate as the arguments become differently typed depending on one vs multiple dimensions.

One alternative is to allow fluent args, like: python ( da .rolling(x=3, center=True) .rolling(y=5, min_periods=2) .mean() ) ...but does that then seem like the second rolling is operating on the result of the first?

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