issue_comments
4 rows where issue = 326205036 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- How should Dataset.update() handle conflicting coordinates? · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
391932929 | https://github.com/pydata/xarray/issues/2180#issuecomment-391932929 | https://api.github.com/repos/pydata/xarray/issues/2180 | MDEyOklzc3VlQ29tbWVudDM5MTkzMjkyOQ== | shoyer 1217238 | 2018-05-25T03:46:40Z | 2018-05-25T03:46:40Z | MEMBER | Looking at @crusaderky's example of different coordinate labels again, I finally remember why it works this way. The logic of This is pretty clearly expressed in the original code:
In @crusaderky's example with For most use cases, the true outer join makes more sense -- which is why |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
How should Dataset.update() handle conflicting coordinates? 326205036 | |
391908821 | https://github.com/pydata/xarray/issues/2180#issuecomment-391908821 | https://api.github.com/repos/pydata/xarray/issues/2180 | MDEyOklzc3VlQ29tbWVudDM5MTkwODgyMQ== | shoyer 1217238 | 2018-05-25T00:50:58Z | 2018-05-25T00:51:10Z | MEMBER | @crusaderky this behavior you show is indeed really strange. I don't know why alignment of dimensions works that way currently. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
How should Dataset.update() handle conflicting coordinates? 326205036 | |
391908588 | https://github.com/pydata/xarray/issues/2180#issuecomment-391908588 | https://api.github.com/repos/pydata/xarray/issues/2180 | MDEyOklzc3VlQ29tbWVudDM5MTkwODU4OA== | shoyer 1217238 | 2018-05-25T00:49:15Z | 2018-05-25T00:49:15Z | MEMBER | OK, looking at this more carefully So maybe we can leave the current behavior as is for now (but remove the warning). What did change is how we handle conflicts in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
How should Dataset.update() handle conflicting coordinates? 326205036 | |
391898293 | https://github.com/pydata/xarray/issues/2180#issuecomment-391898293 | https://api.github.com/repos/pydata/xarray/issues/2180 | MDEyOklzc3VlQ29tbWVudDM5MTg5ODI5Mw== | shoyer 1217238 | 2018-05-24T23:40:34Z | 2018-05-24T23:40:41Z | MEMBER | cc @fujiisoup @crusaderky |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
How should Dataset.update() handle conflicting coordinates? 326205036 |
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