issue_comments
2 rows where issue = 124700322 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- Basic multiIndex support and stack/unstack methods · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
171191938 | https://github.com/pydata/xarray/pull/702#issuecomment-171191938 | https://api.github.com/repos/pydata/xarray/issues/702 | MDEyOklzc3VlQ29tbWVudDE3MTE5MTkzOA== | rabernat 1197350 | 2016-01-13T06:47:11Z | 2016-01-13T06:47:11Z | MEMBER | I think the api is great. Stack / unstack is a nice way to describe the operation of aggregating coordinates. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Basic multiIndex support and stack/unstack methods 124700322 | |
170241880 | https://github.com/pydata/xarray/pull/702#issuecomment-170241880 | https://api.github.com/repos/pydata/xarray/issues/702 | MDEyOklzc3VlQ29tbWVudDE3MDI0MTg4MA== | rabernat 1197350 | 2016-01-09T14:04:07Z | 2016-01-09T14:04:07Z | MEMBER | Big :+1: from me. This seems like a feature with enormous potential.
I have an example notebook for doing svd on a sea-surface-temperature field which should be pretty easy to adapt to these new methods. (Currently I just switch over to numpy for the actual svd.) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Basic multiIndex support and stack/unstack methods 124700322 |
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