issue_comments
3 rows where author_association = "CONTRIBUTOR", issue = 714228717 and user = 1277781 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xarray.map · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
706937046 | https://github.com/pydata/xarray/pull/4484#issuecomment-706937046 | https://api.github.com/repos/pydata/xarray/issues/4484 | MDEyOklzc3VlQ29tbWVudDcwNjkzNzA0Ng== | kefirbandi 1277781 | 2020-10-12T07:36:34Z | 2020-10-12T07:36:34Z | CONTRIBUTOR |
What I'd like to ensure is a clean separation between the arguments of In my implementation the order of parameters is |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.map 714228717 | |
705066436 | https://github.com/pydata/xarray/pull/4484#issuecomment-705066436 | https://api.github.com/repos/pydata/xarray/issues/4484 | MDEyOklzc3VlQ29tbWVudDcwNTA2NjQzNg== | kefirbandi 1277781 | 2020-10-07T16:56:04Z | 2020-10-07T16:56:04Z | CONTRIBUTOR |
I think it would be a good idea to extend dot to Datasets. However a user may wish to map a custom DataArray function to Dataset.
Not sure of the context of this. In the most general case one can certainly implement any function on ds1 and ds2. Or are you referring to the built-ins such as .dot? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.map 714228717 | |
704037491 | https://github.com/pydata/xarray/pull/4484#issuecomment-704037491 | https://api.github.com/repos/pydata/xarray/issues/4484 | MDEyOklzc3VlQ29tbWVudDcwNDAzNzQ5MQ== | kefirbandi 1277781 | 2020-10-06T05:32:04Z | 2020-10-06T05:32:04Z | CONTRIBUTOR |
The motivating use case was that I wanted to compute the dot-product of two DataSets (=all of their matching variables). But in general any other function which is not as simple as x + y could be used here. |
{ "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 1