issue_comments
2 rows where author_association = "MEMBER" and issue = 168754274 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Dataset creation requires tuple, list treated differently · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
236736739 | https://github.com/pydata/xarray/issues/929#issuecomment-236736739 | https://api.github.com/repos/pydata/xarray/issues/929 | MDEyOklzc3VlQ29tbWVudDIzNjczNjczOQ== | shoyer 1217238 | 2016-08-01T23:15:28Z | 2016-08-01T23:15:28Z | MEMBER | This difference is certainly intentional. You're right that we currently don't explicitly state how we handle lists or numpy arrays in the docs -- that should be fixed. At one point, we did have heuristics that did this sort of fallback logic (allowing lists, and checking the length of the tuple/list). But we eventually removed these checks, because this sort of value dependent behavior makes code difficult to predict. At least now it always behaves consistently when given a list or a tuple. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Dataset creation requires tuple, list treated differently 168754274 | |
236726151 | https://github.com/pydata/xarray/issues/929#issuecomment-236726151 | https://api.github.com/repos/pydata/xarray/issues/929 | MDEyOklzc3VlQ29tbWVudDIzNjcyNjE1MQ== | fmaussion 10050469 | 2016-08-01T22:23:03Z | 2016-08-01T22:23:03Z | MEMBER |
I guess that this is the difficult part. How to know if the list is data or "as above"? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Dataset creation requires tuple, list treated differently 168754274 |
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