issue_comments
3 rows where issue = 467856527 and user = 2818208 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Return immutable view of Pandas indexes · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
512031393 | https://github.com/pydata/xarray/pull/3126#issuecomment-512031393 | https://api.github.com/repos/pydata/xarray/issues/3126 | MDEyOklzc3VlQ29tbWVudDUxMjAzMTM5Mw== | gwgundersen 2818208 | 2019-07-16T22:50:04Z | 2019-07-16T22:50:04Z | CONTRIBUTOR | Okay, a couple changes to the original PR: we now perform a shallow copy of the returned index in This seems pretty robust: ```python
Since a ```python
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Return immutable view of Pandas indexes 467856527 | |
511716413 | https://github.com/pydata/xarray/pull/3126#issuecomment-511716413 | https://api.github.com/repos/pydata/xarray/issues/3126 | MDEyOklzc3VlQ29tbWVudDUxMTcxNjQxMw== | gwgundersen 2818208 | 2019-07-16T08:20:34Z | 2019-07-16T08:21:07Z | CONTRIBUTOR | Locally, I've moved my changes from @shoyer, it seems like this issue happens anywhere the user can modify a Pandas index. For example, the Dataset bug in my comment yesterday. Do we want all views of indexes to be immutable or do we trust the user to not do stuff like this: ```python
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Return immutable view of Pandas indexes 467856527 | |
511506569 | https://github.com/pydata/xarray/pull/3126#issuecomment-511506569 | https://api.github.com/repos/pydata/xarray/issues/3126 | MDEyOklzc3VlQ29tbWVudDUxMTUwNjU2OQ== | gwgundersen 2818208 | 2019-07-15T17:59:23Z | 2019-07-15T17:59:23Z | CONTRIBUTOR | @max-sixty, ```python
But you're right that ```python
Does anyone know if |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Return immutable view of Pandas indexes 467856527 |
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