issue_comments
4 rows where issue = 1474805252 and user = 10194086 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Import "graphing" could not be resolvedPylance(reportMissingImports) · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1353014947 | https://github.com/pydata/xarray/issues/7355#issuecomment-1353014947 | https://api.github.com/repos/pydata/xarray/issues/7355 | IC_kwDOAMm_X85QpV6j | mathause 10194086 | 2022-12-15T12:50:31Z | 2022-12-15T12:50:31Z | MEMBER | You installed dask with pip so the following should get you there
However, your environment is a mix of packages installed with conda and pip - it's generally recommended to install everything with the same installer. Thus my suggestion would be to create a new environment and install everything with conda. You may also want to take a look at mamba - mamba is a drop-in replacement for conda that is (currently and for most cases) faster than conda, and thus more enjoyable to work with. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Import "graphing" could not be resolvedPylance(reportMissingImports) 1474805252 | |
1342778503 | https://github.com/pydata/xarray/issues/7355#issuecomment-1342778503 | https://api.github.com/repos/pydata/xarray/issues/7355 | IC_kwDOAMm_X85QCSyH | mathause 10194086 | 2022-12-08T13:58:19Z | 2022-12-08T13:58:19Z | MEMBER | @ChukwuwikeCephas I am closing this issue - feel free to reopen (or open a new one) if you have further questions. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Import "graphing" could not be resolvedPylance(reportMissingImports) 1474805252 | |
1337039422 | https://github.com/pydata/xarray/issues/7355#issuecomment-1337039422 | https://api.github.com/repos/pydata/xarray/issues/7355 | IC_kwDOAMm_X85PsZo- | mathause 10194086 | 2022-12-05T09:43:55Z | 2022-12-05T09:43:55Z | MEMBER |
I had not realized that you did not import xarray yourself but this is done via plotly. It's usually done as From this I can see the version of dask and xarray you have installed:
However, xarray version 2022.06 requires a newer dask version you have installed. So you can try to update your dask version. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Import "graphing" could not be resolvedPylance(reportMissingImports) 1474805252 | |
1336439816 | https://github.com/pydata/xarray/issues/7355#issuecomment-1336439816 | https://api.github.com/repos/pydata/xarray/issues/7355 | IC_kwDOAMm_X85PqHQI | mathause 10194086 | 2022-12-04T15:26:56Z | 2022-12-04T15:26:56Z | MEMBER | Is that the whole output of Can you paste the output of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Import "graphing" could not be resolvedPylance(reportMissingImports) 1474805252 |
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