issue_comments
5 rows where author_association = "MEMBER", issue = 873519048 and user = 5635139 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add drop_duplicates for dims · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
841699781 | https://github.com/pydata/xarray/pull/5239#issuecomment-841699781 | https://api.github.com/repos/pydata/xarray/issues/5239 | MDEyOklzc3VlQ29tbWVudDg0MTY5OTc4MQ== | max-sixty 5635139 | 2021-05-15T17:46:01Z | 2021-05-15T17:46:01Z | MEMBER | Merging but I or @ahuang11 can do any follow-ups. Thank you v much @ahuang11 — appreciate this was a lot of work and happy to have you contribute such a good feature. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add drop_duplicates for dims 873519048 | |
839938904 | https://github.com/pydata/xarray/pull/5239#issuecomment-839938904 | https://api.github.com/repos/pydata/xarray/issues/5239 | MDEyOklzc3VlQ29tbWVudDgzOTkzODkwNA== | max-sixty 5635139 | 2021-05-12T16:54:55Z | 2021-05-12T16:54:55Z | MEMBER | @shoyer could I confirm that limiting to a single dimension satisfies this? You say "multiple variables" here. I mentioned a single dimension on the call but maybe wasn't clear.
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add drop_duplicates for dims 873519048 | |
839925301 | https://github.com/pydata/xarray/pull/5239#issuecomment-839925301 | https://api.github.com/repos/pydata/xarray/issues/5239 | MDEyOklzc3VlQ29tbWVudDgzOTkyNTMwMQ== | max-sixty 5635139 | 2021-05-12T16:33:42Z | 2021-05-12T16:33:42Z | MEMBER | @ahuang11 we discussed this on the core team call. People are excited to merge this, and appreciate you bearing with the changes. I suggested that we narrow this even further to one dimension and merge, so we can benefit from this now and consider additions from there. Would that be OK with you? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add drop_duplicates for dims 873519048 | |
830684407 | https://github.com/pydata/xarray/pull/5239#issuecomment-830684407 | https://api.github.com/repos/pydata/xarray/issues/5239 | MDEyOklzc3VlQ29tbWVudDgzMDY4NDQwNw== | max-sixty 5635139 | 2021-05-01T19:45:12Z | 2021-05-01T19:45:12Z | MEMBER |
For me this case supports consistent behavior over any number of dims! Which would mean rejecting the "stack only if you supply exactly ndims" proposal. Completely fine with restricting to one dim for the moment and seeing how that goes (it's always possible to pass Were we going with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add drop_duplicates for dims 873519048 | |
830683784 | https://github.com/pydata/xarray/pull/5239#issuecomment-830683784 | https://api.github.com/repos/pydata/xarray/issues/5239 | MDEyOklzc3VlQ29tbWVudDgzMDY4Mzc4NA== | max-sixty 5635139 | 2021-05-01T19:39:42Z | 2021-05-01T19:39:42Z | MEMBER | The docs are failing with:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add drop_duplicates for dims 873519048 |
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