issue_comments
5 rows where author_association = "MEMBER", issue = 522884917 and user = 10194086 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- ensure rename does not change index type · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 554387834 | https://github.com/pydata/xarray/pull/3532#issuecomment-554387834 | https://api.github.com/repos/pydata/xarray/issues/3532 | MDEyOklzc3VlQ29tbWVudDU1NDM4NzgzNA== | mathause 10194086 | 2019-11-15T14:49:26Z | 2019-11-15T14:49:26Z | MEMBER | Fine for me. I think |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ensure rename does not change index type 522884917 | |
| 554374464 | https://github.com/pydata/xarray/pull/3532#issuecomment-554374464 | https://api.github.com/repos/pydata/xarray/issues/3532 | MDEyOklzc3VlQ29tbWVudDU1NDM3NDQ2NA== | mathause 10194086 | 2019-11-15T14:14:33Z | 2019-11-15T14:14:33Z | MEMBER | Thanks, yes my approach was indeed wrong. I updated the code and the tests. I was confused for a while because |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ensure rename does not change index type 522884917 | |
| 553961331 | https://github.com/pydata/xarray/pull/3532#issuecomment-553961331 | https://api.github.com/repos/pydata/xarray/issues/3532 | MDEyOklzc3VlQ29tbWVudDU1Mzk2MTMzMQ== | mathause 10194086 | 2019-11-14T16:17:13Z | 2019-11-14T16:17:13Z | MEMBER | No, this probably does not work if only one of the names of a MultiIndex changes... |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ensure rename does not change index type 522884917 | |
| 553958685 | https://github.com/pydata/xarray/pull/3532#issuecomment-553958685 | https://api.github.com/repos/pydata/xarray/issues/3532 | MDEyOklzc3VlQ29tbWVudDU1Mzk1ODY4NQ== | mathause 10194086 | 2019-11-14T16:11:28Z | 2019-11-14T16:12:47Z | MEMBER |
Currently the index is recreated with the same name (even if it does not change it's name). We could change the following lines
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ensure rename does not change index type 522884917 | |
| 553955961 | https://github.com/pydata/xarray/pull/3532#issuecomment-553955961 | https://api.github.com/repos/pydata/xarray/issues/3532 | MDEyOklzc3VlQ29tbWVudDU1Mzk1NTk2MQ== | mathause 10194086 | 2019-11-14T16:05:59Z | 2019-11-14T16:05:59Z | MEMBER |
I have to look how this is done in the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ensure rename does not change index type 522884917 |
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