issue_comments
3 rows where author_association = "MEMBER", issue = 620514214 and user = 10194086 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- open_mfdataset overwrites variables with different values but overlapping coordinates · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
630721808 | https://github.com/pydata/xarray/issues/4077#issuecomment-630721808 | https://api.github.com/repos/pydata/xarray/issues/4077 | MDEyOklzc3VlQ29tbWVudDYzMDcyMTgwOA== | mathause 10194086 | 2020-05-19T10:06:10Z | 2020-05-19T10:06:10Z | MEMBER | The second part could probably be tested just below this using
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset overwrites variables with different values but overlapping coordinates 620514214 | |
630713011 | https://github.com/pydata/xarray/issues/4077#issuecomment-630713011 | https://api.github.com/repos/pydata/xarray/issues/4077 | MDEyOklzc3VlQ29tbWVudDYzMDcxMzAxMQ== | mathause 10194086 | 2020-05-19T09:47:33Z | 2020-05-19T09:47:33Z | MEMBER | Raising an error when the start time is equal is certainly a good idea. What I am less sure about is what to do when the end is equal to the start - maybe a warning? The second case would be the following:
<xarray.Dataset>
Dimensions: (x: 2)
Coordinates:
* x (x) int64 1 2
Data variables:
foo ...
For the first case you can probably check if all elements of ps: Overlapping indices are not a problem - it is checked that the result is monotonic: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset overwrites variables with different values but overlapping coordinates 620514214 | |
630644504 | https://github.com/pydata/xarray/issues/4077#issuecomment-630644504 | https://api.github.com/repos/pydata/xarray/issues/4077 | MDEyOklzc3VlQ29tbWVudDYzMDY0NDUwNA== | mathause 10194086 | 2020-05-19T07:40:11Z | 2020-05-19T07:40:11Z | MEMBER | Yes, The magic happens here: In your case it just uses the rightmost array (compare (Note that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset overwrites variables with different values but overlapping coordinates 620514214 |
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