issue_comments
2 rows where issue = 777526340 and user = 14371165 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Limit number of data rows shown in repr · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
753596176 | https://github.com/pydata/xarray/pull/4750#issuecomment-753596176 | https://api.github.com/repos/pydata/xarray/issues/4750 | MDEyOklzc3VlQ29tbWVudDc1MzU5NjE3Ng== | Illviljan 14371165 | 2021-01-03T10:26:39Z | 2021-01-03T10:26:39Z | MEMBER | I just do
Any opinions on the default max_rows? It should be an even number so it divides cleanly with 2. I prefer 12 now because it leaves some room for a lot of coords as well. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Limit number of data rows shown in repr 777526340 | |
753550006 | https://github.com/pydata/xarray/pull/4750#issuecomment-753550006 | https://api.github.com/repos/pydata/xarray/issues/4750 | MDEyOklzc3VlQ29tbWVudDc1MzU1MDAwNg== | Illviljan 14371165 | 2021-01-03T00:47:53Z | 2021-01-03T00:47:53Z | MEMBER | Added a test now and of course the code got a little heavier to handle the edge cases. I don't really get why this black is complaining. I get no diffs on my version. It would be nice if it would show the changes so I can manually make it happy. Dask shows the black diffs for example. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Limit number of data rows shown in repr 777526340 |
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