issue_comments
4 rows where author_association = "CONTRIBUTOR", issue = 168272291 and user = 4295853 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- WIP: progress toward making groupby work with multiple arguments · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 371676376 | https://github.com/pydata/xarray/pull/924#issuecomment-371676376 | https://api.github.com/repos/pydata/xarray/issues/924 | MDEyOklzc3VlQ29tbWVudDM3MTY3NjM3Ng== | pwolfram 4295853 | 2018-03-09T00:51:30Z | 2018-03-09T00:51:30Z | CONTRIBUTOR | Thanks @shoyer, I find this feature extremely useful as I keep running into use cases where I can use it. Thanks for the update, given changes to xarray it sounds like the prudent course of action is as you outline. Thanks again for the quick reply! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
WIP: progress toward making groupby work with multiple arguments 168272291 | |
| 371529015 | https://github.com/pydata/xarray/pull/924#issuecomment-371529015 | https://api.github.com/repos/pydata/xarray/issues/924 | MDEyOklzc3VlQ29tbWVudDM3MTUyOTAxNQ== | pwolfram 4295853 | 2018-03-08T15:51:38Z | 2018-03-08T15:51:38Z | CONTRIBUTOR | @shoyer, it looks like your list above is the place to start from your branch, correct? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
WIP: progress toward making groupby work with multiple arguments 168272291 | |
| 371519787 | https://github.com/pydata/xarray/pull/924#issuecomment-371519787 | https://api.github.com/repos/pydata/xarray/issues/924 | MDEyOklzc3VlQ29tbWVudDM3MTUxOTc4Nw== | pwolfram 4295853 | 2018-03-08T15:23:25Z | 2018-03-08T15:23:25Z | CONTRIBUTOR | Just to refresh here-- what needs done to finish this off? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
WIP: progress toward making groupby work with multiple arguments 168272291 | |
| 286517016 | https://github.com/pydata/xarray/pull/924#issuecomment-286517016 | https://api.github.com/repos/pydata/xarray/issues/924 | MDEyOklzc3VlQ29tbWVudDI4NjUxNzAxNg== | pwolfram 4295853 | 2017-03-14T18:30:00Z | 2017-03-14T18:30:00Z | CONTRIBUTOR | @RafalSkolasinski and @shoyer, can I please get an update on this PR? This is something we need sometime soon too (cc @milenaveneziani). |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
WIP: progress toward making groupby work with multiple arguments 168272291 |
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