issue_comments
4 rows where issue = 231308952 and user = 6815844 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- scalar_level in MultiIndex · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
454165639 | https://github.com/pydata/xarray/pull/1426#issuecomment-454165639 | https://api.github.com/repos/pydata/xarray/issues/1426 | MDEyOklzc3VlQ29tbWVudDQ1NDE2NTYzOQ== | fujiisoup 6815844 | 2019-01-14T21:20:27Z | 2019-01-14T21:20:27Z | MEMBER | I'll close this for the recent discussion about MultiIndex |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
scalar_level in MultiIndex 231308952 | |
309268208 | https://github.com/pydata/xarray/pull/1426#issuecomment-309268208 | https://api.github.com/repos/pydata/xarray/issues/1426 | MDEyOklzc3VlQ29tbWVudDMwOTI2ODIwOA== | fujiisoup 6815844 | 2017-06-18T10:11:33Z | 2017-06-18T10:11:33Z | MEMBER | @benbovy Sorry for my late reply. I think I like your proposal, which bundles multiple concepts in xarray such as Currently, 'rasm' example is like
Does your proposal (automatically) change this like
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
scalar_level in MultiIndex 231308952 | |
305062228 | https://github.com/pydata/xarray/pull/1426#issuecomment-305062228 | https://api.github.com/repos/pydata/xarray/issues/1426 | MDEyOklzc3VlQ29tbWVudDMwNTA2MjIyOA== | fujiisoup 6815844 | 2017-05-31T02:12:13Z | 2017-05-31T02:12:13Z | MEMBER | @shoyer
I personally think 2 is more intuitive for users,
because it might be difficult to distinguish
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
scalar_level in MultiIndex 231308952 | |
304902053 | https://github.com/pydata/xarray/pull/1426#issuecomment-304902053 | https://api.github.com/repos/pydata/xarray/issues/1426 | MDEyOklzc3VlQ29tbWVudDMwNDkwMjA1Mw== | fujiisoup 6815844 | 2017-05-30T14:47:36Z | 2017-05-30T14:47:36Z | MEMBER | @shoyer Thanks for the comment.
Actually I am not yet fully comfortable with my implementation, and I like your idea as this might be much cleaner and simpler than mine. If my understanding is correct, does it mean that we will support
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
scalar_level in MultiIndex 231308952 |
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