home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 335608017 and user = 90008 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • hmaarrfk · 2 ✖

issue 1

  • netcdf roundtrip fails to preserve the shape of numpy arrays in attributes · 2 ✖

author_association 1

  • CONTRIBUTOR 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
416994400 https://github.com/pydata/xarray/issues/2251#issuecomment-416994400 https://api.github.com/repos/pydata/xarray/issues/2251 MDEyOklzc3VlQ29tbWVudDQxNjk5NDQwMA== hmaarrfk 90008 2018-08-29T15:24:07Z 2018-08-29T15:24:07Z CONTRIBUTOR

@shoyer, @fmaussion thank you for your answers. I'm OK with this issue being closed. I'm no expert on netcdf4, so I don't know if I could express the issue in a concise manner there.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netcdf roundtrip fails to preserve the shape of numpy arrays in attributes 335608017
400415380 https://github.com/pydata/xarray/issues/2251#issuecomment-400415380 https://api.github.com/repos/pydata/xarray/issues/2251 MDEyOklzc3VlQ29tbWVudDQwMDQxNTM4MA== hmaarrfk 90008 2018-06-26T18:24:35Z 2018-06-26T18:24:35Z CONTRIBUTOR

@fmaussion, I am in fact now storing them as coordinates as a work around. in fact, for my particular application, I think the array was meant more as the time the particular index was taken at, in which case a coordinate seems perfect, that said, I am mutating the coordinate array through data acquisition.

I think an acceptable solution would be to state this limitation in the description of what attributes are.

in learning how to use xarray, I ran into the fact that boolean variables cannot be stored in netcdf4, and the array limitation reported. I worked around the boolean problem by replacing it with a more descriptive (and ultimately more forward compatible) string.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netcdf roundtrip fails to preserve the shape of numpy arrays in attributes 335608017

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