home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 558742452 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

  • dcherian 1
  • keewis 1
  • raybellwaves 1

author_association 2

  • MEMBER 2
  • CONTRIBUTOR 1

issue 1

  • GRIB Data Example notebook - dataset not found · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
581515771 https://github.com/pydata/xarray/issues/3742#issuecomment-581515771 https://api.github.com/repos/pydata/xarray/issues/3742 MDEyOklzc3VlQ29tbWVudDU4MTUxNTc3MQ== dcherian 2448579 2020-02-03T17:05:07Z 2020-02-03T17:05:07Z MEMBER

Should get fixed now that the feedstock has been updated. Thanks for report @raybellwaves

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  GRIB Data Example notebook - dataset not found 558742452
581203038 https://github.com/pydata/xarray/issues/3742#issuecomment-581203038 https://api.github.com/repos/pydata/xarray/issues/3742 MDEyOklzc3VlQ29tbWVudDU4MTIwMzAzOA== raybellwaves 17162724 2020-02-03T01:29:10Z 2020-02-03T01:29:10Z CONTRIBUTOR

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  GRIB Data Example notebook - dataset not found 558742452
581168177 https://github.com/pydata/xarray/issues/3742#issuecomment-581168177 https://api.github.com/repos/pydata/xarray/issues/3742 MDEyOklzc3VlQ29tbWVudDU4MTE2ODE3Nw== keewis 14808389 2020-02-02T19:27:40Z 2020-02-02T19:31:33Z MEMBER

Could you print the value of xr.__version__? The code behind load_dataset does not support non-netcdf files before 0.15. Also, if you're using conda (I don't know anything about binder) you will have to wait a bit longer, the packages for 0.15 have not been released, yet.

Edit: just found .binder/environment.yml, it installs xarray using conda. See conda-forge/xarray-feedstock#55 for the progress.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  GRIB Data Example notebook - dataset not found 558742452

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 13.352ms · About: xarray-datasette