home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 287595664 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • shoyer 2
  • sehnem 2

author_association 2

  • MEMBER 2
  • NONE 2

issue 1

  • Change of file encoding when opening · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
356803410 https://github.com/pydata/xarray/issues/1818#issuecomment-356803410 https://api.github.com/repos/pydata/xarray/issues/1818 MDEyOklzc3VlQ29tbWVudDM1NjgwMzQxMA== sehnem 1918190 2018-01-11T02:19:20Z 2018-01-11T02:19:20Z NONE

It worked with the netCDF C version 4.5.0. Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Change of file encoding when opening 287595664
356797988 https://github.com/pydata/xarray/issues/1818#issuecomment-356797988 https://api.github.com/repos/pydata/xarray/issues/1818 MDEyOklzc3VlQ29tbWVudDM1Njc5Nzk4OA== shoyer 1217238 2018-01-11T01:47:28Z 2018-01-11T01:47:28Z MEMBER

Ah, gotcha. To fix this, you can either use h5netcdf to write your netCDF data (using engine='h5netcdf') or update the netCDF C library to version 4.5.0 or later (this was fixed by https://github.com/Unidata/netcdf-c/pull/316).

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Change of file encoding when opening 287595664
356796754 https://github.com/pydata/xarray/issues/1818#issuecomment-356796754 https://api.github.com/repos/pydata/xarray/issues/1818 MDEyOklzc3VlQ29tbWVudDM1Njc5Njc1NA== sehnem 1918190 2018-01-11T01:40:19Z 2018-01-11T01:46:03Z NONE

I could not see any usefull information in the dumps, anyway, here is a link to them, they are to long to post here. Input file: https://goo.gl/QAheot Output file: https://goo.gl/H7CFbg

The error that I get with the output netCDF is:

OSError: Unable to read attribute (no appropriate function for conversion path)

I also tried to use h5netcdf as reader and writer, but neither of them worked.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Change of file encoding when opening 287595664
356781745 https://github.com/pydata/xarray/issues/1818#issuecomment-356781745 https://api.github.com/repos/pydata/xarray/issues/1818 MDEyOklzc3VlQ29tbWVudDM1Njc4MTc0NQ== shoyer 1217238 2018-01-11T00:15:14Z 2018-01-11T00:15:14Z MEMBER

Can you be more specific about how the string encoding changed and what your preferred behavior would be? Maybe the share results of ncdump -h on the input and output files?

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Change of file encoding when opening 287595664

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