home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 446016536 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 2
  • sfinkens 1

author_association 2

  • MEMBER 2
  • NONE 1

issue 1

  • Problems reading grouped netCDF file generated with h5netcdf engine · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
494268982 https://github.com/pydata/xarray/issues/2974#issuecomment-494268982 https://api.github.com/repos/pydata/xarray/issues/2974 MDEyOklzc3VlQ29tbWVudDQ5NDI2ODk4Mg== sfinkens 1991007 2019-05-21T07:13:01Z 2019-05-21T07:13:01Z NONE

@shoyer Awesome, thank you very much for the quick fix!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problems reading grouped netCDF file generated with h5netcdf engine 446016536
494257940 https://github.com/pydata/xarray/issues/2974#issuecomment-494257940 https://api.github.com/repos/pydata/xarray/issues/2974 MDEyOklzc3VlQ29tbWVudDQ5NDI1Nzk0MA== shoyer 1217238 2019-05-21T06:30:52Z 2019-05-21T06:30:52Z MEMBER

This should be fixed in the latest release of h5netcdf, version 0.7.2.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problems reading grouped netCDF file generated with h5netcdf engine 446016536
494222468 https://github.com/pydata/xarray/issues/2974#issuecomment-494222468 https://api.github.com/repos/pydata/xarray/issues/2974 MDEyOklzc3VlQ29tbWVudDQ5NDIyMjQ2OA== shoyer 1217238 2019-05-21T03:08:11Z 2019-05-21T03:08:11Z MEMBER

Thanks for the report. This is likely a bug in either h5netcdf or netcdf-c. It's not obvious to me which is the case yet, but it's almost certainly not an xarray issue.

If you don't mind, let's more this discussion over to the h5netcdf tracker: https://github.com/shoyer/h5netcdf/issues/55

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problems reading grouped netCDF file generated with h5netcdf engine 446016536

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