issue_comments
3 rows where issue = 127068208 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Follow-ups on MultIndex support · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
255075134 | https://github.com/pydata/xarray/issues/719#issuecomment-255075134 | https://api.github.com/repos/pydata/xarray/issues/719 | MDEyOklzc3VlQ29tbWVudDI1NTA3NTEzNA== | benbovy 4160723 | 2016-10-20T10:59:59Z | 2016-10-20T10:59:59Z | MEMBER | @shoyer it would be nice if we can close this issue before the next major release (0.9.0). There is only a few (though important) issues to fix in #1028, and right after it is merged I can open a new PR for serialization to NetCDF, for which I don't see any big issue. Given the new indexing behavior you suggest in #974, I guess that having MultiIndex support for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Follow-ups on MultIndex support 127068208 | |
201380534 | https://github.com/pydata/xarray/issues/719#issuecomment-201380534 | https://api.github.com/repos/pydata/xarray/issues/719 | MDEyOklzc3VlQ29tbWVudDIwMTM4MDUzNA== | benbovy 4160723 | 2016-03-25T17:33:52Z | 2016-03-25T17:33:52Z | MEMBER | Relevant comments!
OK! I didn't make the link. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Follow-ups on MultIndex support 127068208 | |
201330301 | https://github.com/pydata/xarray/issues/719#issuecomment-201330301 | https://api.github.com/repos/pydata/xarray/issues/719 | MDEyOklzc3VlQ29tbWVudDIwMTMzMDMwMQ== | benbovy 4160723 | 2016-03-25T15:19:45Z | 2016-03-25T15:19:45Z | MEMBER | Thinking about serialization, a possible solution would be splitting the multi-index into separate coordinates for the same dimension, then assign some specific attributes (e.g., More generally, a couple of methods acting on coordinates only can be a complement to stack/unstack methods (acting on both coordinates and dimensions). Merge/split xarray coordinates into/from a multi-index seem very straightforward to implement. Similarly, a better repr would represent levels as sub-coordinates:
Any thoughts on this (I can start PRs)? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Follow-ups on MultIndex support 127068208 |
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