issue_comments
3 rows where issue = 371219949 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Dataset.copy docstring matches behavior · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 432104087 | https://github.com/pydata/xarray/pull/2491#issuecomment-432104087 | https://api.github.com/repos/pydata/xarray/issues/2491 | MDEyOklzc3VlQ29tbWVudDQzMjEwNDA4Nw== | dcherian 2448579 | 2018-10-23T05:59:53Z | 2018-10-23T05:59:53Z | MEMBER | Thanks! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.copy docstring matches behavior 371219949 | |
| 430845144 | https://github.com/pydata/xarray/pull/2491#issuecomment-430845144 | https://api.github.com/repos/pydata/xarray/issues/2491 | MDEyOklzc3VlQ29tbWVudDQzMDg0NTE0NA== | shoyer 1217238 | 2018-10-18T01:36:18Z | 2018-10-18T01:36:18Z | MEMBER | thanks for catching this! I'm trying to remember if there is any good reason for these methods having different defaults.... I suppose it could make sense if |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.copy docstring matches behavior 371219949 | |
| 430747077 | https://github.com/pydata/xarray/pull/2491#issuecomment-430747077 | https://api.github.com/repos/pydata/xarray/issues/2491 | MDEyOklzc3VlQ29tbWVudDQzMDc0NzA3Nw== | pep8speaks 24736507 | 2018-10-17T18:54:24Z | 2018-10-17T18:54:24Z | NONE | Hello @georgegeddes! Thanks for submitting the PR.
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.copy docstring matches behavior 371219949 |
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 3