issue_comments
6 rows where issue = 160505403 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: author_association
issue 1
- Iterating over a Dataset iterates only over its data_vars · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
391951914 | https://github.com/pydata/xarray/issues/884#issuecomment-391951914 | https://api.github.com/repos/pydata/xarray/issues/884 | MDEyOklzc3VlQ29tbWVudDM5MTk1MTkxNA== | shoyer 1217238 | 2018-05-25T06:09:07Z | 2018-05-25T06:09:07Z | MEMBER |
No, I think these are guaranteed to be consistent because we inherit from |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Iterating over a Dataset iterates only over its data_vars 160505403 | |
338446509 | https://github.com/pydata/xarray/issues/884#issuecomment-338446509 | https://api.github.com/repos/pydata/xarray/issues/884 | MDEyOklzc3VlQ29tbWVudDMzODQ0NjUwOQ== | shoyer 1217238 | 2017-10-22T02:36:39Z | 2017-10-22T02:36:39Z | MEMBER | Another question is what to do with If we were starting over, I might change how
Related: over in https://github.com/pydata/xarray/pull/1645, I am deprecating the current behavior of If we aren't going to fundamentally change the behavior of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Iterating over a Dataset iterates only over its data_vars 160505403 | |
338445322 | https://github.com/pydata/xarray/issues/884#issuecomment-338445322 | https://api.github.com/repos/pydata/xarray/issues/884 | MDEyOklzc3VlQ29tbWVudDMzODQ0NTMyMg== | shoyer 1217238 | 2017-10-22T02:06:27Z | 2017-10-22T02:28:30Z | MEMBER | I'm pretty sure now that we should (at least) change For the most recent example, consider the API for The question is how to do it: is it worth a deprecation cycle? My proposal:
- In v0.10, start issuing Note: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Iterating over a Dataset iterates only over its data_vars 160505403 | |
237783362 | https://github.com/pydata/xarray/issues/884#issuecomment-237783362 | https://api.github.com/repos/pydata/xarray/issues/884 | MDEyOklzc3VlQ29tbWVudDIzNzc4MzM2Mg== | shoyer 1217238 | 2016-08-05T08:06:32Z | 2016-08-05T08:07:22Z | MEMBER |
There is no way we would change this --
I like this change for the reasons you outline above, and those I mentioned in the previous issue. I'm somewhat concerned about breaking a lot of user code, and also am not sure yet what the right solution here looks, because of concerns about breaking duck-type compatibility with dictionaries. Which of these should no longer include coordinates? Can we make things consistent without changing all of them?
- We would also need to encourage users to use the low level |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Iterating over a Dataset iterates only over its data_vars 160505403 | |
226329448 | https://github.com/pydata/xarray/issues/884#issuecomment-226329448 | https://api.github.com/repos/pydata/xarray/issues/884 | MDEyOklzc3VlQ29tbWVudDIyNjMyOTQ0OA== | shoyer 1217238 | 2016-06-15T21:44:13Z | 2016-06-15T21:44:13Z | MEMBER | Here is one place where I discussed this with myself! https://github.com/pydata/xarray/issues/211 Then I merged the functionality you are describing, but at some point switched it back.... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Iterating over a Dataset iterates only over its data_vars 160505403 | |
226328663 | https://github.com/pydata/xarray/issues/884#issuecomment-226328663 | https://api.github.com/repos/pydata/xarray/issues/884 | MDEyOklzc3VlQ29tbWVudDIyNjMyODY2Mw== | shoyer 1217238 | 2016-06-15T21:40:53Z | 2016-06-15T21:40:53Z | MEMBER | An early version of xarray actually worked exactly like this, but we switched it to the current functionality. Let me see if I can dig up the relevant issues.... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Iterating over a Dataset iterates only over its data_vars 160505403 |
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