issue_comments
4 rows where author_association = "MEMBER", issue = 314764258 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- concat_dim getting added to *all* variables of multifile datasets · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
381975937 | https://github.com/pydata/xarray/issues/2064#issuecomment-381975937 | https://api.github.com/repos/pydata/xarray/issues/2064 | MDEyOklzc3VlQ29tbWVudDM4MTk3NTkzNw== | rabernat 1197350 | 2018-04-17T12:34:15Z | 2018-04-17T12:34:15Z | MEMBER | I'm glad! FWIW, I think this is a relatively simple fix within xarray. @xylar, if you are game, we would love to see a PR from you. Could be a good opportunity to learn more about xarray internals. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
concat_dim getting added to *all* variables of multifile datasets 314764258 | |
381725478 | https://github.com/pydata/xarray/issues/2064#issuecomment-381725478 | https://api.github.com/repos/pydata/xarray/issues/2064 | MDEyOklzc3VlQ29tbWVudDM4MTcyNTQ3OA== | rabernat 1197350 | 2018-04-16T19:44:00Z | 2018-04-16T19:44:00Z | MEMBER | But this issue raises an important basic point: we might want different behavior for variables in which |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
concat_dim getting added to *all* variables of multifile datasets 314764258 | |
381722944 | https://github.com/pydata/xarray/issues/2064#issuecomment-381722944 | https://api.github.com/repos/pydata/xarray/issues/2064 | MDEyOklzc3VlQ29tbWVudDM4MTcyMjk0NA== | rabernat 1197350 | 2018-04-16T19:35:12Z | 2018-04-16T19:35:12Z | MEMBER |
Exactly. They are coordinates. Those variables are usually related to grid geometry or constants, as I presume is |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
concat_dim getting added to *all* variables of multifile datasets 314764258 | |
381717472 | https://github.com/pydata/xarray/issues/2064#issuecomment-381717472 | https://api.github.com/repos/pydata/xarray/issues/2064 | MDEyOklzc3VlQ29tbWVudDM4MTcxNzQ3Mg== | rabernat 1197350 | 2018-04-16T19:15:19Z | 2018-04-16T19:15:19Z | MEMBER | 👍 This is a persistent problem for me as well. I often find myself writing a preprocessor function like this
The reason to drop the coordinates is to avoid the comparison that happens when you concatenate coords. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
concat_dim getting added to *all* variables of multifile datasets 314764258 |
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