issue_comments
2 rows where issue = 251666172 and user = 6815844 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- rolling requires pandas >= 0.18 · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
325171370 | https://github.com/pydata/xarray/issues/1512#issuecomment-325171370 | https://api.github.com/repos/pydata/xarray/issues/1512 | MDEyOklzc3VlQ29tbWVudDMyNTE3MTM3MA== | fujiisoup 6815844 | 2017-08-27T01:32:08Z | 2017-08-27T01:47:54Z | MEMBER |
Yes. Agreed. The reason I propose numpy 1.11 is simply that conda recommends numpy >= 1.11 for pandas==0.18, though it also has a numpy==1.10 build. (And I don't like the special treatment in our unit tests for numpy==1.10 bug related to np.quantile.) Though I do not yet understand well about I think to solve this particular issue, we can update supported oldest numpy to 1.11 (or 1.10). If we could clean up casting-related things until next release, we further update it to 1.13. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
rolling requires pandas >= 0.18 251666172 | |
324800620 | https://github.com/pydata/xarray/issues/1512#issuecomment-324800620 | https://api.github.com/repos/pydata/xarray/issues/1512 | MDEyOklzc3VlQ29tbWVudDMyNDgwMDYyMA== | fujiisoup 6815844 | 2017-08-25T01:33:47Z | 2017-08-25T01:33:47Z | MEMBER | OK. I will send a PR to update the minimum version support. To make our current logic work, pandas >= 0.18 is required. How about numpy? pandas itself does not require newer numpy. I'm wondering if we can require numpy > 1.11, many logics in npcompat can be cleaned up. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
rolling requires pandas >= 0.18 251666172 |
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