issue_comments
3 rows where issue = 874044225 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add to_pandas method for Dataset · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 831962034 | https://github.com/pydata/xarray/pull/5247#issuecomment-831962034 | https://api.github.com/repos/pydata/xarray/issues/5247 | MDEyOklzc3VlQ29tbWVudDgzMTk2MjAzNA== | mathause 10194086 | 2021-05-04T13:56:17Z | 2021-05-04T13:56:17Z | MEMBER | Thanks @gcaria! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add to_pandas method for Dataset 874044225 | |
| 830925003 | https://github.com/pydata/xarray/pull/5247#issuecomment-830925003 | https://api.github.com/repos/pydata/xarray/issues/5247 | MDEyOklzc3VlQ29tbWVudDgzMDkyNTAwMw== | shoyer 1217238 | 2021-05-02T23:23:52Z | 2021-05-02T23:23:52Z | MEMBER | The model we have with Thus:
If we treat a
I guess this is basically what you have here, except for raising an error in the final case (the error message should mention |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add to_pandas method for Dataset 874044225 | |
| 830876382 | https://github.com/pydata/xarray/pull/5247#issuecomment-830876382 | https://api.github.com/repos/pydata/xarray/issues/5247 | MDEyOklzc3VlQ29tbWVudDgzMDg3NjM4Mg== | max-sixty 5635139 | 2021-05-02T21:39:43Z | 2021-05-02T21:39:43Z | MEMBER | Seems very reasonable to me; others' thoughts? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add to_pandas method for Dataset 874044225 |
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