home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 285295060 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 3

  • shoyer 2
  • jhamman 1
  • AlexeyPechnikov 1

author_association 2

  • MEMBER 3
  • NONE 1

issue 1

  • open_mfdataset doesn't work on some datasets with dask 0.12 · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
460019794 https://github.com/pydata/xarray/issues/1806#issuecomment-460019794 https://api.github.com/repos/pydata/xarray/issues/1806 MDEyOklzc3VlQ29tbWVudDQ2MDAxOTc5NA== jhamman 2443309 2019-02-03T03:29:31Z 2019-02-03T03:29:31Z MEMBER

Closed via #2204

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  open_mfdataset doesn't work on some datasets with dask 0.12 285295060
354705128 https://github.com/pydata/xarray/issues/1806#issuecomment-354705128 https://api.github.com/repos/pydata/xarray/issues/1806 MDEyOklzc3VlQ29tbWVudDM1NDcwNTEyOA== shoyer 1217238 2018-01-02T05:26:50Z 2018-01-02T05:26:50Z MEMBER

Hmm, maybe we should update the minimum required version of dask in our documentation. Ideally we should be running our test suite on this earliest support version of dask.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  open_mfdataset doesn't work on some datasets with dask 0.12 285295060
354704179 https://github.com/pydata/xarray/issues/1806#issuecomment-354704179 https://api.github.com/repos/pydata/xarray/issues/1806 MDEyOklzc3VlQ29tbWVudDM1NDcwNDE3OQ== AlexeyPechnikov 7342379 2018-01-02T05:09:07Z 2018-01-02T05:09:07Z NONE

Thanks, it's works: pip2 install xarray==0.10.0 pip2 install dask==0.16.0 And it doesn't work: pip2 install xarray==0.10.0 pip2 install dask==0.12.0

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  open_mfdataset doesn't work on some datasets with dask 0.12 285295060
354674330 https://github.com/pydata/xarray/issues/1806#issuecomment-354674330 https://api.github.com/repos/pydata/xarray/issues/1806 MDEyOklzc3VlQ29tbWVudDM1NDY3NDMzMA== shoyer 1217238 2018-01-01T20:23:44Z 2018-01-01T20:23:44Z MEMBER

Thanks for the report. Can you share the result of xarray.show_versions()?

Dask's concatenate function is supposed to be able to handle numpy arrays, so this suggests a possible bug in dask. If you're not using dask 0.16, please try upgrading.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  open_mfdataset doesn't work on some datasets with dask 0.12 285295060

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 12.259ms · About: xarray-datasette