issue_comments
4 rows where issue = 229474101 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- concat prealigned objects · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
302881933 | https://github.com/pydata/xarray/pull/1413#issuecomment-302881933 | https://api.github.com/repos/pydata/xarray/issues/1413 | MDEyOklzc3VlQ29tbWVudDMwMjg4MTkzMw== | shoyer 1217238 | 2017-05-20T16:00:15Z | 2017-07-13T21:20:10Z | MEMBER | Sounds good to me! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
concat prealigned objects 229474101 | |
302804510 | https://github.com/pydata/xarray/pull/1413#issuecomment-302804510 | https://api.github.com/repos/pydata/xarray/issues/1413 | MDEyOklzc3VlQ29tbWVudDMwMjgwNDUxMA== | shoyer 1217238 | 2017-05-19T20:32:57Z | 2017-05-19T20:32:57Z | MEMBER | Well, we could potentially write a fast path constructor for loading multiple netcdf files that avoids open_dataset. We just need another way to specify the schema, e.g., using NCML. On Fri, May 19, 2017 at 10:53 AM Ryan Abernathey notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
concat prealigned objects 229474101 | |
302711547 | https://github.com/pydata/xarray/pull/1413#issuecomment-302711547 | https://api.github.com/repos/pydata/xarray/issues/1413 | MDEyOklzc3VlQ29tbWVudDMwMjcxMTU0Nw== | shoyer 1217238 | 2017-05-19T14:04:05Z | 2017-05-19T14:04:05Z | MEMBER |
It verifies that all dimensions have the same length, and coordinates along all dimensions (used for indexing) also match. Unlike the normal version of It does not check that the necessary dimensions and variables exist in all datasets. But we should do that as part of the logic in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
concat prealigned objects 229474101 | |
302511481 | https://github.com/pydata/xarray/pull/1413#issuecomment-302511481 | https://api.github.com/repos/pydata/xarray/issues/1413 | MDEyOklzc3VlQ29tbWVudDMwMjUxMTQ4MQ== | shoyer 1217238 | 2017-05-18T19:04:18Z | 2017-05-18T19:04:18Z | MEMBER | This enhancement makes a lot of sense to me. Two things worth considering:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
concat prealigned objects 229474101 |
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