issue_comments
5 rows where issue = 669307837 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Fix indexing with datetime64[ns] with pandas=1.1 · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
691656286 | https://github.com/pydata/xarray/pull/4292#issuecomment-691656286 | https://api.github.com/repos/pydata/xarray/issues/4292 | MDEyOklzc3VlQ29tbWVudDY5MTY1NjI4Ng== | keewis 14808389 | 2020-09-13T10:58:59Z | 2020-09-13T21:56:22Z | MEMBER | it seems we have to cast because |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix indexing with datetime64[ns] with pandas=1.1 669307837 | |
691665611 | https://github.com/pydata/xarray/pull/4292#issuecomment-691665611 | https://api.github.com/repos/pydata/xarray/issues/4292 | MDEyOklzc3VlQ29tbWVudDY5MTY2NTYxMQ== | keewis 14808389 | 2020-09-13T12:29:44Z | 2020-09-13T12:29:44Z | MEMBER | it seems
becomes:
grouper = pd.Grouper(
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix indexing with datetime64[ns] with pandas=1.1 669307837 | |
687749906 | https://github.com/pydata/xarray/pull/4292#issuecomment-687749906 | https://api.github.com/repos/pydata/xarray/issues/4292 | MDEyOklzc3VlQ29tbWVudDY4Nzc0OTkwNg== | keewis 14808389 | 2020-09-06T10:25:56Z | 2020-09-06T10:25:56Z | MEMBER | gentle ping, @shoyer. Any updates on this? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix indexing with datetime64[ns] with pandas=1.1 669307837 | |
682420487 | https://github.com/pydata/xarray/pull/4292#issuecomment-682420487 | https://api.github.com/repos/pydata/xarray/issues/4292 | MDEyOklzc3VlQ29tbWVudDY4MjQyMDQ4Nw== | keewis 14808389 | 2020-08-28T09:13:42Z | 2020-08-28T09:13:42Z | MEMBER | there are lots of people that stumble into this, so I think it might be good to get this to work as soon as possible and issue a bugfix release. |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix indexing with datetime64[ns] with pandas=1.1 669307837 | |
669162768 | https://github.com/pydata/xarray/pull/4292#issuecomment-669162768 | https://api.github.com/repos/pydata/xarray/issues/4292 | MDEyOklzc3VlQ29tbWVudDY2OTE2Mjc2OA== | keewis 14808389 | 2020-08-05T12:25:10Z | 2020-08-05T14:29:38Z | MEMBER | you should be able to isolate this to just
``` The failing tests are due to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix indexing with datetime64[ns] with pandas=1.1 669307837 |
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