issue_comments
2 rows where issue = 1676561243 and user = 123355381 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Process getting killed due to high memory consumption of xarray's nbytes method · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1519897098 | https://github.com/pydata/xarray/issues/7772#issuecomment-1519897098 | https://api.github.com/repos/pydata/xarray/issues/7772 | IC_kwDOAMm_X85al8oK | dabhicusp 123355381 | 2023-04-24T10:51:16Z | 2023-04-24T10:51:16Z | NONE | Thank you @dcherian . I cannot reproduced this on |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Process getting killed due to high memory consumption of xarray's nbytes method 1676561243 | |
| 1517649648 | https://github.com/pydata/xarray/issues/7772#issuecomment-1517649648 | https://api.github.com/repos/pydata/xarray/issues/7772 | IC_kwDOAMm_X85adX7w | dabhicusp 123355381 | 2023-04-21T10:57:28Z | 2023-04-21T10:57:28Z | NONE | The first point that you mentioned does not seem to be correct. Please see the below code (we took the sparse matrix ) and output: ``` import xarray as xa import numpy as np def get_data(): lat_dim = 7210 lon_dim = 7440
if name == "main": get_data() ```
And for the 2nd point can you share any solution for the nbytes for the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Process getting killed due to high memory consumption of xarray's nbytes method 1676561243 |
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