home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 236460253 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • shoyer 3
  • stale[bot] 1

author_association 2

  • MEMBER 3
  • NONE 1

issue 1

  • writing datasets derived from netCDF4 with compression fails · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
517071179 https://github.com/pydata/xarray/issues/1458#issuecomment-517071179 https://api.github.com/repos/pydata/xarray/issues/1458 MDEyOklzc3VlQ29tbWVudDUxNzA3MTE3OQ== shoyer 1217238 2019-08-01T00:27:43Z 2019-08-01T00:27:43Z MEMBER

This works now

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  writing datasets derived from netCDF4 with compression fails 236460253
517068526 https://github.com/pydata/xarray/issues/1458#issuecomment-517068526 https://api.github.com/repos/pydata/xarray/issues/1458 MDEyOklzc3VlQ29tbWVudDUxNzA2ODUyNg== stale[bot] 26384082 2019-08-01T00:13:35Z 2019-08-01T00:13:35Z NONE

In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity

If this issue remains relevant, please comment here or remove the stale label; otherwise it will be marked as closed automatically

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  writing datasets derived from netCDF4 with compression fails 236460253
309171016 https://github.com/pydata/xarray/issues/1458#issuecomment-309171016 https://api.github.com/repos/pydata/xarray/issues/1458 MDEyOklzc3VlQ29tbWVudDMwOTE3MTAxNg== shoyer 1217238 2017-06-17T00:12:58Z 2017-06-17T00:12:58Z MEMBER

This looks related to https://github.com/pydata/xarray/issues/1225

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  writing datasets derived from netCDF4 with compression fails 236460253
309170771 https://github.com/pydata/xarray/issues/1458#issuecomment-309170771 https://api.github.com/repos/pydata/xarray/issues/1458 MDEyOklzc3VlQ29tbWVudDMwOTE3MDc3MQ== shoyer 1217238 2017-06-17T00:09:52Z 2017-06-17T00:09:52Z MEMBER

Thanks for the report, I can reproduce this behavior, so I'm marking this as a bug. For completeness I've attached your file below: test-out.nc.zip

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  writing datasets derived from netCDF4 with compression fails 236460253

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