issue_comments
4 rows where author_association = "CONTRIBUTOR", issue = 520110180 and user = 1186928 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add option to choose mfdataset attributes source. · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
565714909 | https://github.com/pydata/xarray/pull/3498#issuecomment-565714909 | https://api.github.com/repos/pydata/xarray/issues/3498 | MDEyOklzc3VlQ29tbWVudDU2NTcxNDkwOQ== | juseg 1186928 | 2019-12-14T13:00:28Z | 2019-12-14T13:00:28Z | CONTRIBUTOR | @TomNicholas I've had a closer look at the code. Nested lists of file paths are processed by: Using the method defined in: In Python 3.7+ the list of ```
https://github.com/pydata/xarray/blob/f2b2f9f62ea0f1020262a7ff563bfe74258ffaa1/xarray/backends/api.py#L900 https://github.com/pydata/xarray/blob/f2b2f9f62ea0f1020262a7ff563bfe74258ffaa1/xarray/backends/api.py#L964 On the other hands the ```
Or should we just stick to file paths as you suggest? And leave the default as is (e.g. ambiguous for Python 3.6-)? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add option to choose mfdataset attributes source. 520110180 | |
565555318 | https://github.com/pydata/xarray/pull/3498#issuecomment-565555318 | https://api.github.com/repos/pydata/xarray/issues/3498 | MDEyOklzc3VlQ29tbWVudDU2NTU1NTMxOA== | juseg 1186928 | 2019-12-13T18:31:09Z | 2019-12-13T18:31:09Z | CONTRIBUTOR | @TomNicholas Thanks for bringing the discussion live again! I'm not sure what happens in those cases, but I'm confident the default behaviour is unchanged, i.e. the attributes file is 0, whatever that 0 means (see my first commit). If this is an issue I would suggest to discuss in a separate thread, as I think it is independent from my changes. On the other hand I am eager to keep the file number option because (1) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add option to choose mfdataset attributes source. 520110180 | |
554001471 | https://github.com/pydata/xarray/pull/3498#issuecomment-554001471 | https://api.github.com/repos/pydata/xarray/issues/3498 | MDEyOklzc3VlQ29tbWVudDU1NDAwMTQ3MQ== | juseg 1186928 | 2019-11-14T17:49:29Z | 2019-11-14T17:49:29Z | CONTRIBUTOR | This will add a new kwarg in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add option to choose mfdataset attributes source. 520110180 | |
552398274 | https://github.com/pydata/xarray/pull/3498#issuecomment-552398274 | https://api.github.com/repos/pydata/xarray/issues/3498 | MDEyOklzc3VlQ29tbWVudDU1MjM5ODI3NA== | juseg 1186928 | 2019-11-11T11:05:52Z | 2019-11-11T11:05:52Z | CONTRIBUTOR | I think I'm done. Can someone look at it? The The default is |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add option to choose mfdataset attributes source. 520110180 |
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