issue_comments
5 rows where issue = 431584027 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- drop all but specified data_variables/coordinates as a convenience function · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 483357765 | https://github.com/pydata/xarray/issues/2884#issuecomment-483357765 | https://api.github.com/repos/pydata/xarray/issues/2884 | MDEyOklzc3VlQ29tbWVudDQ4MzM1Nzc2NQ== | jbusecke 14314623 | 2019-04-15T18:04:34Z | 2019-04-15T18:04:34Z | CONTRIBUTOR | Ok I have submitted a PR for the @dcherian, I was not able to find that issue you mentioned. I would certainly be interested to have a look in the future. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
drop all but specified data_variables/coordinates as a convenience function 431584027 | |
| 481771119 | https://github.com/pydata/xarray/issues/2884#issuecomment-481771119 | https://api.github.com/repos/pydata/xarray/issues/2884 | MDEyOklzc3VlQ29tbWVudDQ4MTc3MTExOQ== | jbusecke 14314623 | 2019-04-10T16:48:39Z | 2019-04-10T16:48:39Z | CONTRIBUTOR | Wow. Thats awesome. Had no clue about it. I will put in a PR for the docs for sure. Might take a bit though.
Ill also take a look at the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
drop all but specified data_variables/coordinates as a convenience function 431584027 | |
| 481761939 | https://github.com/pydata/xarray/issues/2884#issuecomment-481761939 | https://api.github.com/repos/pydata/xarray/issues/2884 | MDEyOklzc3VlQ29tbWVudDQ4MTc2MTkzOQ== | dcherian 2448579 | 2019-04-10T16:24:34Z | 2019-04-10T16:24:43Z | MEMBER |
I'm pretty sure there's an issue request somewhere to add |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
drop all but specified data_variables/coordinates as a convenience function 431584027 | |
| 481761608 | https://github.com/pydata/xarray/issues/2884#issuecomment-481761608 | https://api.github.com/repos/pydata/xarray/issues/2884 | MDEyOklzc3VlQ29tbWVudDQ4MTc2MTYwOA== | dcherian 2448579 | 2019-04-10T16:23:41Z | 2019-04-10T16:23:41Z | MEMBER |
@jbusecke Can you send in a PR to update the docs? https://xarray.pydata.org/en/stable/data-structures.html#dataset |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
drop all but specified data_variables/coordinates as a convenience function 431584027 | |
| 481756440 | https://github.com/pydata/xarray/issues/2884#issuecomment-481756440 | https://api.github.com/repos/pydata/xarray/issues/2884 | MDEyOklzc3VlQ29tbWVudDQ4MTc1NjQ0MA== | spencerkclark 6628425 | 2019-04-10T16:10:05Z | 2019-04-10T16:10:05Z | MEMBER | Something that is currently possible, though perhaps not super well-documented, is |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
drop all but specified data_variables/coordinates as a convenience function 431584027 |
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