issue_comments
4 rows where author_association = "MEMBER", issue = 520110180 and user = 35968931 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
573325829 | https://github.com/pydata/xarray/pull/3498#issuecomment-573325829 | https://api.github.com/repos/pydata/xarray/issues/3498 | MDEyOklzc3VlQ29tbWVudDU3MzMyNTgyOQ== | TomNicholas 35968931 | 2020-01-11T15:21:51Z | 2020-01-11T15:21:51Z | MEMBER | I think there's nothing left to do here, thanks @juseg! |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add option to choose mfdataset attributes source. 520110180 | |
565725336 | https://github.com/pydata/xarray/pull/3498#issuecomment-565725336 | https://api.github.com/repos/pydata/xarray/issues/3498 | MDEyOklzc3VlQ29tbWVudDU2NTcyNTMzNg== | TomNicholas 35968931 | 2019-12-14T15:04:09Z | 2019-12-14T15:04:09Z | MEMBER | Thanks @juseg .
I think for python 3.6 and above the order is preserved isn't it?
Yes, this is what I was thinking of.
We could do this, and that's how we would solve it in general, but I don't really think it's worth the effort/complexity.
I think so - if we do this then users can still easily pick the attributes from the file of their choosing (solving the original issue), and if someone wants to be able to choose the |
{ "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 | |
565622102 | https://github.com/pydata/xarray/pull/3498#issuecomment-565622102 | https://api.github.com/repos/pydata/xarray/issues/3498 | MDEyOklzc3VlQ29tbWVudDU2NTYyMjEwMg== | TomNicholas 35968931 | 2019-12-13T21:53:08Z | 2019-12-13T21:53:08Z | MEMBER | I'm not sure we should merge changes if we're unsure how they will behave in certain circumstances.
If we kept just the string specifier, you could still solve the problem of preserving the history: ```python files_to_open = ['filepath1', 'filepath2'] ds = open_mfdataset(files_to_open, attrs_file=files_to_open[-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 | |
565413630 | https://github.com/pydata/xarray/pull/3498#issuecomment-565413630 | https://api.github.com/repos/pydata/xarray/issues/3498 | MDEyOklzc3VlQ29tbWVudDU2NTQxMzYzMA== | TomNicholas 35968931 | 2019-12-13T11:48:58Z | 2019-12-13T21:48:24Z | MEMBER | Thanks for this @juseg. The only problem I see is that a scalar number to specify the file only makes sense if it's a 1D list, but On the other hand specifying the particular filepath or object makes sense in all cases, so perhaps the easiest way to avoid ambiguity would be to restrict to that option? (The default would just be left as-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