issue_comments
2 rows where issue = 229370997 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Multiindex scalar coords, fixes #1408 · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
302883780 | https://github.com/pydata/xarray/pull/1412#issuecomment-302883780 | https://api.github.com/repos/pydata/xarray/issues/1412 | MDEyOklzc3VlQ29tbWVudDMwMjg4Mzc4MA== | benbovy 4160723 | 2017-05-20T16:31:43Z | 2017-05-20T16:31:43Z | MEMBER | I also agree that a MultiIndex wrapper would be to be the way to go. I think I understand the diagrams, but what remains a bit unclear to me is how this could be implemented. In particular, how would this wrapper work with Currently, Would This is maybe slightly off topic, but more generally I'm also wondering how this would co-exist with potentially other kinds of multi-level indexes (see this comment). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multiindex scalar coords, fixes #1408 229370997 | |
302358284 | https://github.com/pydata/xarray/pull/1412#issuecomment-302358284 | https://api.github.com/repos/pydata/xarray/issues/1412 | MDEyOklzc3VlQ29tbWVudDMwMjM1ODI4NA== | benbovy 4160723 | 2017-05-18T09:56:28Z | 2017-05-18T09:58:06Z | MEMBER | A possible direction to reduce the This would simplify many things, although I haven't thought about about all other possible issues it would create (perfomance, etc.). Also, Here is another case related to this PR. From the example in the linked issue, the current behavior is
Do we want to also change the behavior to this?
To me it looks like it is a bit too magical, but just wondering what you think... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multiindex scalar coords, fixes #1408 229370997 |
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