issue_comments
3 rows where author_association = "MEMBER", issue = 127068208 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: author_association
issue 1
- Follow-ups on MultIndex support · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 255130691 | https://github.com/pydata/xarray/issues/719#issuecomment-255130691 | https://api.github.com/repos/pydata/xarray/issues/719 | MDEyOklzc3VlQ29tbWVudDI1NTEzMDY5MQ== | shoyer 1217238 | 2016-10-20T14:57:17Z | 2016-10-20T14:57:17Z | MEMBER | @benbovy Agreed. My thought is that 0.9.0 should focus on index improvements -- finishing up optional indexes and multi-index support. I crossed |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Follow-ups on MultIndex support 127068208 | |
| 236464071 | https://github.com/pydata/xarray/issues/719#issuecomment-236464071 | https://api.github.com/repos/pydata/xarray/issues/719 | MDEyOklzc3VlQ29tbWVudDIzNjQ2NDA3MQ== | shoyer 1217238 | 2016-07-31T23:40:56Z | 2016-08-05T22:14:34Z | MEMBER | It might be worth considering making the MultiIndex levels the primary coordinates, and making the multi-index itself the "virtual" coordinate that only appears when indexed. This would suggest a repr like:
This probably wouldn't make sense until we have support for most of the other API niceties on this list (including indexing with |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Follow-ups on MultIndex support 127068208 | |
| 201346715 | https://github.com/pydata/xarray/issues/719#issuecomment-201346715 | https://api.github.com/repos/pydata/xarray/issues/719 | MDEyOklzc3VlQ29tbWVudDIwMTM0NjcxNQ== | shoyer 1217238 | 2016-03-25T16:10:47Z | 2016-03-25T16:10:47Z | MEMBER |
I think
Agreed. I would suggest calling these
Yes, also agreed! Here are a few ideas for the repr:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Follow-ups on MultIndex support 127068208 |
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