home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

where issue = 327613219 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association

user 1

  • shoyer · 1 ✖

issue 1

  • DataArray.encoding['chunksizes'] not respected in to_netcdf · 1 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
393636802 https://github.com/pydata/xarray/issues/2198#issuecomment-393636802 https://api.github.com/repos/pydata/xarray/issues/2198 MDEyOklzc3VlQ29tbWVudDM5MzYzNjgwMg== shoyer 1217238 2018-05-31T18:46:33Z 2018-05-31T18:46:33Z MEMBER

Indeed, I think my fix in #1707 got this wrong.

In particular this logic is wrong: https://github.com/pydata/xarray/blob/0e21fdfc8df7433c24da08f5bb8c713864339097/xarray/backends/netCDF4_.py#L190-L192

chunksizes should not be deleted if orignal_shape is not found in encoding, but only if orginal_shape exists and is different.

Any interest in putting together a fix here? :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DataArray.encoding['chunksizes'] not respected in to_netcdf 327613219

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