issue_comments
4 rows where author_association = "MEMBER", issue = 327089588 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- Adding resample functionality to CFTimeIndex · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
426324533 | https://github.com/pydata/xarray/issues/2191#issuecomment-426324533 | https://api.github.com/repos/pydata/xarray/issues/2191 | MDEyOklzc3VlQ29tbWVudDQyNjMyNDUzMw== | shoyer 1217238 | 2018-10-02T15:45:08Z | 2018-10-02T15:45:08Z | MEMBER | Take a look at https://github.com/pydata/xarray/pull/2458 for a very basic version of this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding resample functionality to CFTimeIndex 327089588 | |
399337976 | https://github.com/pydata/xarray/issues/2191#issuecomment-399337976 | https://api.github.com/repos/pydata/xarray/issues/2191 | MDEyOklzc3VlQ29tbWVudDM5OTMzNzk3Ng== | shoyer 1217238 | 2018-06-22T06:42:03Z | 2018-06-22T06:42:03Z | MEMBER | Yes, that would probably be a good idea. On Thu, Jun 21, 2018 at 9:51 PM Aidan Heerdegen notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding resample functionality to CFTimeIndex 327089588 | |
399316316 | https://github.com/pydata/xarray/issues/2191#issuecomment-399316316 | https://api.github.com/repos/pydata/xarray/issues/2191 | MDEyOklzc3VlQ29tbWVudDM5OTMxNjMxNg== | shoyer 1217238 | 2018-06-22T04:20:48Z | 2018-06-22T04:20:48Z | MEMBER | shift() is different from resampling, but indeed it looks like we’ll need to add it manually to CFTimeIndex. On Thu, Jun 21, 2018 at 9:12 PM Aidan Heerdegen notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding resample functionality to CFTimeIndex 327089588 | |
392589537 | https://github.com/pydata/xarray/issues/2191#issuecomment-392589537 | https://api.github.com/repos/pydata/xarray/issues/2191 | MDEyOklzc3VlQ29tbWVudDM5MjU4OTUzNw== | shoyer 1217238 | 2018-05-28T19:16:24Z | 2018-05-28T19:16:24Z | MEMBER | Yes, I think so. The main thing we need is a function to map from datetime -> datetime at start of frequency. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding resample functionality to CFTimeIndex 327089588 |
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