issue_comments
4 rows where author_association = "CONTRIBUTOR", issue = 130753818 and user = 8982598 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- merge and align DataArrays/Datasets on different domains · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
242235696 | https://github.com/pydata/xarray/issues/742#issuecomment-242235696 | https://api.github.com/repos/pydata/xarray/issues/742 | MDEyOklzc3VlQ29tbWVudDI0MjIzNTY5Ng== | jcmgray 8982598 | 2016-08-24T23:05:49Z | 2016-08-24T23:05:49Z | CONTRIBUTOR | @shoyer My 2 cents for how this might work after 0.8+ (auto-align during ``` python import xarray.ufuncs as xrufuncs def nonnull_compatible(first, second): """ Check whether two (aligned) datasets have any conflicting non-null values. """
``` And then |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
merge and align DataArrays/Datasets on different domains 130753818 | |
227573330 | https://github.com/pydata/xarray/issues/742#issuecomment-227573330 | https://api.github.com/repos/pydata/xarray/issues/742 | MDEyOklzc3VlQ29tbWVudDIyNzU3MzMzMA== | jcmgray 8982598 | 2016-06-21T21:11:21Z | 2016-06-21T21:11:21Z | CONTRIBUTOR | Woops - I actually meant to put
in there as the one that works ... my understanding is that this is supported as long as the specified coordinates are 'nice' (according to And yes, default values for DataArray/Dataset would definitely fill the "create_all_missing" need. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
merge and align DataArrays/Datasets on different domains 130753818 | |
226547071 | https://github.com/pydata/xarray/issues/742#issuecomment-226547071 | https://api.github.com/repos/pydata/xarray/issues/742 | MDEyOklzc3VlQ29tbWVudDIyNjU0NzA3MQ== | jcmgray 8982598 | 2016-06-16T16:57:48Z | 2016-06-16T16:57:48Z | CONTRIBUTOR | Yes following a similar line of thought to you I recently wrote an 'all missing' dataset constructor (rather than 'empty' which I think of as no variables):
To go with this (and this might be separate issue), a
guarantees assigning a new value, (currently only the last syntax I believe). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
merge and align DataArrays/Datasets on different domains 130753818 | |
226179313 | https://github.com/pydata/xarray/issues/742#issuecomment-226179313 | https://api.github.com/repos/pydata/xarray/issues/742 | MDEyOklzc3VlQ29tbWVudDIyNjE3OTMxMw== | jcmgray 8982598 | 2016-06-15T12:59:08Z | 2016-06-15T12:59:08Z | CONTRIBUTOR | Just a comment that the appearance of I still use use the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
merge and align DataArrays/Datasets on different domains 130753818 |
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