issue_comments
2 rows where issue = 205084767 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Positional indexing with a large float32 coordinate. · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
277412825 | https://github.com/pydata/xarray/issues/1246#issuecomment-277412825 | https://api.github.com/repos/pydata/xarray/issues/1246 | MDEyOklzc3VlQ29tbWVudDI3NzQxMjgyNQ== | fujiisoup 6815844 | 2017-02-04T02:44:17Z | 2017-02-04T02:44:17Z | MEMBER | @shoyer , Thank you for your comment. I used pandas 0.18.1 but if update to 0.19.2, then the problem solves! Thank you very much. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Positional indexing with a large float32 coordinate. 205084767 | |
277392088 | https://github.com/pydata/xarray/issues/1246#issuecomment-277392088 | https://api.github.com/repos/pydata/xarray/issues/1246 | MDEyOklzc3VlQ29tbWVudDI3NzM5MjA4OA== | shoyer 1217238 | 2017-02-03T23:34:46Z | 2017-02-03T23:34:46Z | MEMBER | What version of pandas and what operating system are you using? This is likely an upstream issue in pandas but I'm not entirely certain. I can't reproduce this behavior on my computer. For reporting this to pandas, it would be helpful if you could reproduce this issue only using pandas, e.g., |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Positional indexing with a large float32 coordinate. 205084767 |
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 2