issue_comments
6 rows where issue = 399164733 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Skipping variables in datasets that don't have the core dim · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
455273458 | https://github.com/pydata/xarray/pull/2674#issuecomment-455273458 | https://api.github.com/repos/pydata/xarray/issues/2674 | MDEyOklzc3VlQ29tbWVudDQ1NTI3MzQ1OA== | max-sixty 5635139 | 2019-01-17T18:15:09Z | 2019-01-17T18:15:09Z | MEMBER | Is there a next step for a function which:
- Is a drop-in replacement for I'd be happy to give this a go if we agree on the broad design For names, it's a shame the current |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Skipping variables in datasets that don't have the core dim 399164733 | |
455269655 | https://github.com/pydata/xarray/pull/2674#issuecomment-455269655 | https://api.github.com/repos/pydata/xarray/issues/2674 | MDEyOklzc3VlQ29tbWVudDQ1NTI2OTY1NQ== | max-sixty 5635139 | 2019-01-17T18:03:04Z | 2019-01-17T18:03:04Z | MEMBER |
Nice, thanks for finding those
Is the split needed? I had thought that the function either - returned a reduced array, and the output dims should be reduced - returned an array with the original dims, and then output dims shouldn't be reduced |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Skipping variables in datasets that don't have the core dim 399164733 | |
455188201 | https://github.com/pydata/xarray/pull/2674#issuecomment-455188201 | https://api.github.com/repos/pydata/xarray/issues/2674 | MDEyOklzc3VlQ29tbWVudDQ1NTE4ODIwMQ== | shoyer 1217238 | 2019-01-17T14:21:50Z | 2019-01-17T14:21:50Z | MEMBER | It might also be clearer to split this functionality into two methods rather than the single It's probably worth thinking about these APIs more systematically, see https://github.com/pydata/xarray/issues/1618, https://github.com/pydata/xarray/issues/1251, https://github.com/pydata/xarray/issues/1130 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Skipping variables in datasets that don't have the core dim 399164733 | |
455179590 | https://github.com/pydata/xarray/pull/2674#issuecomment-455179590 | https://api.github.com/repos/pydata/xarray/issues/2674 | MDEyOklzc3VlQ29tbWVudDQ1NTE3OTU5MA== | shoyer 1217238 | 2019-01-17T13:54:33Z | 2019-01-17T13:54:33Z | MEMBER |
Yes, I think so. Maybe we should rename |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Skipping variables in datasets that don't have the core dim 399164733 | |
454387095 | https://github.com/pydata/xarray/pull/2674#issuecomment-454387095 | https://api.github.com/repos/pydata/xarray/issues/2674 | MDEyOklzc3VlQ29tbWVudDQ1NDM4NzA5NQ== | max-sixty 5635139 | 2019-01-15T13:12:00Z | 2019-01-15T13:12:00Z | MEMBER | Thanks a lot for the comments @shoyer , that's v clarifying Is there a conceptual overlap between the goals of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Skipping variables in datasets that don't have the core dim 399164733 | |
454322871 | https://github.com/pydata/xarray/pull/2674#issuecomment-454322871 | https://api.github.com/repos/pydata/xarray/issues/2674 | MDEyOklzc3VlQ29tbWVudDQ1NDMyMjg3MQ== | shoyer 1217238 | 2019-01-15T09:24:38Z | 2019-01-15T09:24:38Z | MEMBER | cc @fujiisoup The challenge here is that this logic depends on the nature of the function. It only makes skip variables if applying the operation to a scalar returns the scalar. This is true for many but not all reductions, and there are lots of edge cases, e.g.,
- So this really needs to be opt-in only, and even then I'm not sure it's worth the trouble. It might be better to explicitly define functions even in the case of Actually, it isn't documented behavior but In [14]: ds.reduce(np.cumsum) Out[14]: <xarray.Dataset> Dimensions: (x: 3) Dimensions without coordinates: x Data variables: a (x) int64 0 1 3 ``` |
{ "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
Skipping variables in datasets that don't have the core dim 399164733 |
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 2