home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "COLLABORATOR", issue = 1292284929 and user = 43316012 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • headtr1ck · 3 ✖

issue 1

  • What should `Dataset.count` return for missing dims? · 3 ✖

author_association 1

  • COLLABORATOR · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1178768111 https://github.com/pydata/xarray/issues/6749#issuecomment-1178768111 https://api.github.com/repos/pydata/xarray/issues/6749 IC_kwDOAMm_X85GQpLv headtr1ck 43316012 2022-07-08T09:30:56Z 2022-07-08T09:30:56Z COLLABORATOR

Another option is to add an option: missing_dim: "raise", ignore" or "broadcast". The default then would be ignore, which is the current implementation.

But for workflows of variables that are either DataArray or Dataset, this argument should be added to DataArray.sum/count/prod as well?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  What should `Dataset.count` return for missing dims? 1292284929
1177944075 https://github.com/pydata/xarray/issues/6749#issuecomment-1177944075 https://api.github.com/repos/pydata/xarray/issues/6749 IC_kwDOAMm_X85GNgAL headtr1ck 43316012 2022-07-07T17:07:10Z 2022-07-07T17:07:10Z COLLABORATOR

I think that changing the behavior of sum is quite a large breaking change.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  What should `Dataset.count` return for missing dims? 1292284929
1176517619 https://github.com/pydata/xarray/issues/6749#issuecomment-1176517619 https://api.github.com/repos/pydata/xarray/issues/6749 IC_kwDOAMm_X85GIDvz headtr1ck 43316012 2022-07-06T17:58:49Z 2022-07-06T17:58:49Z COLLABORATOR

What happens when you call a ufunc with an empty axis tuple?

This should also happen with all other ufuncs then? I guess most of them just work, like mean, sum etc.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  What should `Dataset.count` return for missing dims? 1292284929

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 23.583ms · About: xarray-datasette