issue_comments
5 rows where issue = 255897797 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Subsetting not reducing memory consumption with mfdataset on Windows · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
329432850 | https://github.com/pydata/xarray/issues/1559#issuecomment-329432850 | https://api.github.com/repos/pydata/xarray/issues/1559 | MDEyOklzc3VlQ29tbWVudDMyOTQzMjg1MA== | fmaussion 10050469 | 2017-09-14T09:51:50Z | 2017-09-14T09:51:50Z | MEMBER | Yes, I recall @rabernat worked extensively on this. Possibly related: - https://github.com/pydata/xarray/issues/1340 - https://github.com/pydata/xarray/issues/1481 @shoyer , @rabernat , maybe if you have some time it would be good to revisit these issues and see if they can be closed? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Subsetting not reducing memory consumption with mfdataset on Windows 255897797 | |
329422489 | https://github.com/pydata/xarray/issues/1559#issuecomment-329422489 | https://api.github.com/repos/pydata/xarray/issues/1559 | MDEyOklzc3VlQ29tbWVudDMyOTQyMjQ4OQ== | jorgsk 761677 | 2017-09-14T09:11:50Z | 2017-09-14T09:11:50Z | NONE | I found that dask was version 0.11 on Windows but 0.15 on Linux. Upgrading the Windows version to 0.15 fixed the issue, indicating that the problem was the version of dask. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Subsetting not reducing memory consumption with mfdataset on Windows 255897797 | |
328031536 | https://github.com/pydata/xarray/issues/1559#issuecomment-328031536 | https://api.github.com/repos/pydata/xarray/issues/1559 | MDEyOklzc3VlQ29tbWVudDMyODAzMTUzNg== | fmaussion 10050469 | 2017-09-08T08:00:57Z | 2017-09-08T08:00:57Z | MEMBER | Is the dask version also identical on both systems? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Subsetting not reducing memory consumption with mfdataset on Windows 255897797 | |
328008560 | https://github.com/pydata/xarray/issues/1559#issuecomment-328008560 | https://api.github.com/repos/pydata/xarray/issues/1559 | MDEyOklzc3VlQ29tbWVudDMyODAwODU2MA== | jorgsk 761677 | 2017-09-08T06:11:48Z | 2017-09-08T06:11:48Z | NONE | Sorry about that, I've updated the second snippet. Also added more information in case it helps. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Subsetting not reducing memory consumption with mfdataset on Windows 255897797 | |
327831445 | https://github.com/pydata/xarray/issues/1559#issuecomment-327831445 | https://api.github.com/repos/pydata/xarray/issues/1559 | MDEyOklzc3VlQ29tbWVudDMyNzgzMTQ0NQ== | jhamman 2443309 | 2017-09-07T15:16:14Z | 2017-09-07T15:16:14Z | MEMBER | your 2 code snippets are identical. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Subsetting not reducing memory consumption with mfdataset on Windows 255897797 |
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 3