home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 567993968 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • max-sixty 3
  • dcherian 1

issue 1

  • Add groupby.pipe? · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
589680263 https://github.com/pydata/xarray/issues/3782#issuecomment-589680263 https://api.github.com/repos/pydata/xarray/issues/3782 MDEyOklzc3VlQ29tbWVudDU4OTY4MDI2Mw== max-sixty 5635139 2020-02-21T14:37:44Z 2020-02-21T14:37:44Z MEMBER

Closing for now. Given almost any useful groupby method maps-and-reduces the groups, map covers almost all use cases.

(ref https://github.com/pydata/xarray/issues/1251).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add groupby.pipe? 567993968
589224386 https://github.com/pydata/xarray/issues/3782#issuecomment-589224386 https://api.github.com/repos/pydata/xarray/issues/3782 MDEyOklzc3VlQ29tbWVudDU4OTIyNDM4Ng== max-sixty 5635139 2020-02-20T17:54:10Z 2020-02-20T17:54:10Z MEMBER

I think I see your point @dcherian: given that groupby.map also reduces, and there isn't much else you can do with a groupby, this probably isn't needed...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add groupby.pipe? 567993968
589027860 https://github.com/pydata/xarray/issues/3782#issuecomment-589027860 https://api.github.com/repos/pydata/xarray/issues/3782 MDEyOklzc3VlQ29tbWVudDU4OTAyNzg2MA== max-sixty 5635139 2020-02-20T13:40:56Z 2020-02-20T13:40:56Z MEMBER

Pipe operates on the whole object, not on each group; consistent with the other objects like Dataset

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add groupby.pipe? 567993968
588627162 https://github.com/pydata/xarray/issues/3782#issuecomment-588627162 https://api.github.com/repos/pydata/xarray/issues/3782 MDEyOklzc3VlQ29tbWVudDU4ODYyNzE2Mg== dcherian 2448579 2020-02-20T06:09:45Z 2020-02-20T06:09:45Z MEMBER

How is this different from map or apply

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add groupby.pipe? 567993968

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 18.842ms · About: xarray-datasette