issue_comments
2 rows where author_association = "MEMBER", issue = 274797981 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Switch our lazy array classes to use Dask instead? · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
345434065 | https://github.com/pydata/xarray/issues/1725#issuecomment-345434065 | https://api.github.com/repos/pydata/xarray/issues/1725 | MDEyOklzc3VlQ29tbWVudDM0NTQzNDA2NQ== | rabernat 1197350 | 2017-11-18T10:47:48Z | 2017-11-18T10:47:48Z | MEMBER | Since #1532, the This highlights an important difference between how So on second thought, maybe the system we have now is better than using dask for "everything lazy." |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Switch our lazy array classes to use Dask instead? 274797981 | |
345374271 | https://github.com/pydata/xarray/issues/1725#issuecomment-345374271 | https://api.github.com/repos/pydata/xarray/issues/1725 | MDEyOklzc3VlQ29tbWVudDM0NTM3NDI3MQ== | rabernat 1197350 | 2017-11-17T21:46:14Z | 2017-11-17T21:46:14Z | MEMBER | I just had to confront and understand how lazy CF decoding worked in order to move forward with #1528. In my initial implementation, I applied chunking to variables directly in My impression after this exercise is that having two different definitions of "lazy" within xarray leads to developer confusion! So I favor putting dask more central in xarray's data model. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Switch our lazy array classes to use Dask instead? 274797981 |
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