issue_comments
3 rows where issue = 251666172 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- rolling requires pandas >= 0.18 · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
325247792 | https://github.com/pydata/xarray/issues/1512#issuecomment-325247792 | https://api.github.com/repos/pydata/xarray/issues/1512 | MDEyOklzc3VlQ29tbWVudDMyNTI0Nzc5Mg== | shoyer 1217238 | 2017-08-28T02:48:23Z | 2017-08-28T02:48:23Z | MEMBER | I'm +1 for requiring NumPy 1.11 and pandas 0.18.
Agreed! |
{ "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 | |
324822729 | https://github.com/pydata/xarray/issues/1512#issuecomment-324822729 | https://api.github.com/repos/pydata/xarray/issues/1512 | MDEyOklzc3VlQ29tbWVudDMyNDgyMjcyOQ== | shoyer 1217238 | 2017-08-25T04:44:54Z | 2017-08-25T04:44:54Z | MEMBER | pandas 0.18 came out in March 2016 (about 18 months ago by the time of our next release). I would be reluctant to require anything newer than NumPy 1.11, which also came out in March 2016. I don't see removing functions from npcompat as particularly good justification on its own. But if there is new functionality that requires a newer NumPy, then that could be a good reason to require something newer (especially if it's hard to backport). For example, if we required NumPy 1.13, then we could make use of |
{ "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 | |
324404323 | https://github.com/pydata/xarray/issues/1512#issuecomment-324404323 | https://api.github.com/repos/pydata/xarray/issues/1512 | MDEyOklzc3VlQ29tbWVudDMyNDQwNDMyMw== | shoyer 1217238 | 2017-08-23T17:22:03Z | 2017-08-23T17:22:03Z | MEMBER | We should probably update our minimum required dependencies for the next release, both for pandas and numpy. Pandas 0.15 and numpy 1.7 are pretty old now.
Yes, this is not intended! |
{ "total_count": 1, "+1": 1, "-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