issue_comments
6 rows where author_association = "MEMBER" and issue = 714228717 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xarray.map · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
705078481 | https://github.com/pydata/xarray/pull/4484#issuecomment-705078481 | https://api.github.com/repos/pydata/xarray/issues/4484 | MDEyOklzc3VlQ29tbWVudDcwNTA3ODQ4MQ== | shoyer 1217238 | 2020-10-07T17:17:48Z | 2020-10-07T17:17:48Z | MEMBER | I think some version of One challenge for using this internally in xarray (vs. implementing things only on Dataset objects) is that the coordinates on the DataArray objects inside a Dataset can be redundant, so mapping over DataArrays may be less efficient, due to duplicate work on coordinates. In contrast, once everything is in Dataset objects, all the variables/coordinates are pre-aligned and de-deduplicated. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.map 714228717 | |
704647248 | https://github.com/pydata/xarray/pull/4484#issuecomment-704647248 | https://api.github.com/repos/pydata/xarray/issues/4484 | MDEyOklzc3VlQ29tbWVudDcwNDY0NzI0OA== | dcherian 2448579 | 2020-10-07T01:59:59Z | 2020-10-07T01:59:59Z | MEMBER |
I think we should do this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.map 714228717 | |
704632636 | https://github.com/pydata/xarray/pull/4484#issuecomment-704632636 | https://api.github.com/repos/pydata/xarray/issues/4484 | MDEyOklzc3VlQ29tbWVudDcwNDYzMjYzNg== | max-sixty 5635139 | 2020-10-07T01:05:37Z | 2020-10-07T01:05:37Z | MEMBER |
Thanks, that's a good case. A couple of thoughts:
- Are there many other cases outside of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.map 714228717 | |
704033519 | https://github.com/pydata/xarray/pull/4484#issuecomment-704033519 | https://api.github.com/repos/pydata/xarray/issues/4484 | MDEyOklzc3VlQ29tbWVudDcwNDAzMzUxOQ== | shoyer 1217238 | 2020-10-06T05:19:44Z | 2020-10-06T05:19:44Z | MEMBER | I think this could make sense as a generalization of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.map 714228717 | |
704031645 | https://github.com/pydata/xarray/pull/4484#issuecomment-704031645 | https://api.github.com/repos/pydata/xarray/issues/4484 | MDEyOklzc3VlQ29tbWVudDcwNDAzMTY0NQ== | shoyer 1217238 | 2020-10-06T05:13:29Z | 2020-10-06T05:13:29Z | MEMBER | If we're doing to do this, I would suggest that the right signature is |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.map 714228717 | |
703962448 | https://github.com/pydata/xarray/pull/4484#issuecomment-703962448 | https://api.github.com/repos/pydata/xarray/issues/4484 | MDEyOklzc3VlQ29tbWVudDcwMzk2MjQ0OA== | max-sixty 5635139 | 2020-10-06T00:37:46Z | 2020-10-06T00:37:46Z | MEMBER | Hi @kefirbandi , thanks for the PR! Could I ask what the common use cases for this would be? If I understand correctly, running |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.map 714228717 |
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 3