issue_comments
5 rows where author_association = "MEMBER", issue = 908971901 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Implement dask.sizeof for xarray.core.indexing.ImplicitToExplicitIndexingAdapter · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
852684328 | https://github.com/pydata/xarray/issues/5426#issuecomment-852684328 | https://api.github.com/repos/pydata/xarray/issues/5426 | MDEyOklzc3VlQ29tbWVudDg1MjY4NDMyOA== | shoyer 1217238 | 2021-06-02T03:19:43Z | 2021-06-02T03:19:43Z | MEMBER | When I pickle the adapter object from this example with cloudpickle, it looks like it's 6536 bytes. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implement dask.sizeof for xarray.core.indexing.ImplicitToExplicitIndexingAdapter 908971901 | |
852681951 | https://github.com/pydata/xarray/issues/5426#issuecomment-852681951 | https://api.github.com/repos/pydata/xarray/issues/5426 | MDEyOklzc3VlQ29tbWVudDg1MjY4MTk1MQ== | shoyer 1217238 | 2021-06-02T03:13:18Z | 2021-06-02T03:13:18Z | MEMBER |
Well, |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implement dask.sizeof for xarray.core.indexing.ImplicitToExplicitIndexingAdapter 908971901 | |
852668929 | https://github.com/pydata/xarray/issues/5426#issuecomment-852668929 | https://api.github.com/repos/pydata/xarray/issues/5426 | MDEyOklzc3VlQ29tbWVudDg1MjY2ODkyOQ== | shoyer 1217238 | 2021-06-02T02:40:25Z | 2021-06-02T03:09:13Z | MEMBER |
Right, so it might help to pipe an option for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implement dask.sizeof for xarray.core.indexing.ImplicitToExplicitIndexingAdapter 908971901 | |
852668060 | https://github.com/pydata/xarray/issues/5426#issuecomment-852668060 | https://api.github.com/repos/pydata/xarray/issues/5426 | MDEyOklzc3VlQ29tbWVudDg1MjY2ODA2MA== | shoyer 1217238 | 2021-06-02T02:38:20Z | 2021-06-02T02:38:20Z | MEMBER |
Xarray uses |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implement dask.sizeof for xarray.core.indexing.ImplicitToExplicitIndexingAdapter 908971901 | |
852666904 | https://github.com/pydata/xarray/issues/5426#issuecomment-852666904 | https://api.github.com/repos/pydata/xarray/issues/5426 | MDEyOklzc3VlQ29tbWVudDg1MjY2NjkwNA== | shoyer 1217238 | 2021-06-02T02:35:11Z | 2021-06-02T02:35:54Z | MEMBER | What is Typically this object would end up in Dask graphs when something is read from an xarray storage backend, e.g., netCDF or Zarr. If the underlying files are accessible everyone (e.g., as is the case for Zarr backed by a cloud object store), then a small size for the serialized object would be appropriate. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implement dask.sizeof for xarray.core.indexing.ImplicitToExplicitIndexingAdapter 908971901 |
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