issue_comments
4 rows where issue = 498365185 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- groupby repr · 4 ✖
 
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue | 
|---|---|---|---|---|---|---|---|---|---|---|---|
| 538014494 | https://github.com/pydata/xarray/pull/3344#issuecomment-538014494 | https://api.github.com/repos/pydata/xarray/issues/3344 | MDEyOklzc3VlQ29tbWVudDUzODAxNDQ5NA== | dcherian 2448579 | 2019-10-03T16:12:23Z | 2019-10-03T16:12:23Z | MEMBER | You're welcome :)  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    groupby repr 498365185 | |
| 538010142 | https://github.com/pydata/xarray/pull/3344#issuecomment-538010142 | https://api.github.com/repos/pydata/xarray/issues/3344 | MDEyOklzc3VlQ29tbWVudDUzODAxMDE0Mg== | max-sixty 5635139 | 2019-10-03T16:02:08Z | 2019-10-03T16:02:08Z | MEMBER | Thanks @dcherian ! I think these are the sorts of moderate code changes that make the library much easier for newer users (and existing ones!)  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    groupby repr 498365185 | |
| 537187717 | https://github.com/pydata/xarray/pull/3344#issuecomment-537187717 | https://api.github.com/repos/pydata/xarray/issues/3344 | MDEyOklzc3VlQ29tbWVudDUzNzE4NzcxNw== | dcherian 2448579 | 2019-10-01T19:16:44Z | 2019-10-01T19:16:44Z | MEMBER | I'll merge in a couple of days if no one else has comments.  | 
                
                    {
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
} | 
                
                    groupby repr 498365185 | |
| 535565453 | https://github.com/pydata/xarray/pull/3344#issuecomment-535565453 | https://api.github.com/repos/pydata/xarray/issues/3344 | MDEyOklzc3VlQ29tbWVudDUzNTU2NTQ1Mw== | dcherian 2448579 | 2019-09-26T15:45:30Z | 2019-09-26T15:45:30Z | MEMBER | Thanks @max-sixty , test failure is unrelated.  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    groupby repr 498365185 | 
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 2