issue_comments
4 rows where author_association = "CONTRIBUTOR" and issue = 436999500 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Implement load_dataset() and load_dataarray() · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue | 
|---|---|---|---|---|---|---|---|---|---|---|---|
| 490321133 | https://github.com/pydata/xarray/pull/2917#issuecomment-490321133 | https://api.github.com/repos/pydata/xarray/issues/2917 | MDEyOklzc3VlQ29tbWVudDQ5MDMyMTEzMw== | dnowacki-usgs 13837821 | 2019-05-08T02:17:52Z | 2019-05-08T02:17:52Z | CONTRIBUTOR | Sounds good. This latest commit un-deprecates  | {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | Implement load_dataset() and load_dataarray() 436999500 | |
| 488369088 | https://github.com/pydata/xarray/pull/2917#issuecomment-488369088 | https://api.github.com/repos/pydata/xarray/issues/2917 | MDEyOklzc3VlQ29tbWVudDQ4ODM2OTA4OA== | dnowacki-usgs 13837821 | 2019-05-01T18:28:44Z | 2019-05-01T18:28:44Z | CONTRIBUTOR | Got it, thanks. I can make this change, assuming the dask argument used for deprecating it in the first place isn't stronger than maintaining this consistency. | {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | Implement load_dataset() and load_dataarray() 436999500 | |
| 487810525 | https://github.com/pydata/xarray/pull/2917#issuecomment-487810525 | https://api.github.com/repos/pydata/xarray/issues/2917 | MDEyOklzc3VlQ29tbWVudDQ4NzgxMDUyNQ== | dnowacki-usgs 13837821 | 2019-04-30T03:21:21Z | 2019-04-30T03:21:21Z | CONTRIBUTOR | Forgive me, I don't understand what you mean by download vs open. I see that  | {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | Implement load_dataset() and load_dataarray() 436999500 | |
| 487449159 | https://github.com/pydata/xarray/pull/2917#issuecomment-487449159 | https://api.github.com/repos/pydata/xarray/issues/2917 | MDEyOklzc3VlQ29tbWVudDQ4NzQ0OTE1OQ== | dnowacki-usgs 13837821 | 2019-04-29T04:32:27Z | 2019-04-29T04:32:27Z | CONTRIBUTOR | Seems like undeprecating it makes sense as a function with identical functionality is being added here. What if we just imported the new  | {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | Implement load_dataset() and load_dataarray() 436999500 | 
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 1