issue_comments
3 rows where author_association = "MEMBER" and issue = 919595236 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Allow plotting categorical data · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
865225781 | https://github.com/pydata/xarray/pull/5464#issuecomment-865225781 | https://api.github.com/repos/pydata/xarray/issues/5464 | MDEyOklzc3VlQ29tbWVudDg2NTIyNTc4MQ== | dcherian 2448579 | 2021-06-21T17:45:32Z | 2021-06-21T17:45:32Z | MEMBER | Thanks @Illviljan this is great work! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow plotting categorical data 919595236 | |
862760120 | https://github.com/pydata/xarray/pull/5464#issuecomment-862760120 | https://api.github.com/repos/pydata/xarray/issues/5464 | MDEyOklzc3VlQ29tbWVudDg2Mjc2MDEyMA== | Illviljan 14371165 | 2021-06-16T22:04:34Z | 2021-06-16T22:04:34Z | MEMBER | Turns out ax.imshow has some support for strings in the sense that it convert it to integers. So I had to some formatting to get the ticklabels back to strings.
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow plotting categorical data 919595236 | |
860073267 | https://github.com/pydata/xarray/pull/5464#issuecomment-860073267 | https://api.github.com/repos/pydata/xarray/issues/5464 | MDEyOklzc3VlQ29tbWVudDg2MDA3MzI2Nw== | Illviljan 14371165 | 2021-06-12T16:03:30Z | 2021-06-12T16:03:30Z | MEMBER | Are there any related tests for this that can be extended? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow plotting categorical data 919595236 |
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