home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 1416709246 and user = 5821660 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

  • kmuehlbauer · 3 ✖

issue 1

  • Cannot Save NetCDF: Conflicting _FillValue and Missing_Value · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1286951591 https://github.com/pydata/xarray/issues/7191#issuecomment-1286951591 https://api.github.com/repos/pydata/xarray/issues/7191 IC_kwDOAMm_X85MtVKn kmuehlbauer 5821660 2022-10-21T13:18:59Z 2022-10-21T13:18:59Z MEMBER

@dopplershift equivalence is checked here, there is also the error origination from.

https://github.com/pydata/xarray/blob/3c98ec7d96cc4b46664850cc7a40af2bc184fea0/xarray/coding/variables.py#L153-L163

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Cannot Save NetCDF: Conflicting _FillValue and Missing_Value  1416709246
1285942035 https://github.com/pydata/xarray/issues/7191#issuecomment-1285942035 https://api.github.com/repos/pydata/xarray/issues/7191 IC_kwDOAMm_X85MpesT kmuehlbauer 5821660 2022-10-20T18:01:20Z 2022-10-20T18:01:20Z MEMBER

And on the variable? Please also have a look at the docs on to_netcdf regarding encoding-kwarg.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Cannot Save NetCDF: Conflicting _FillValue and Missing_Value  1416709246
1285656024 https://github.com/pydata/xarray/issues/7191#issuecomment-1285656024 https://api.github.com/repos/pydata/xarray/issues/7191 IC_kwDOAMm_X85MoY3Y kmuehlbauer 5821660 2022-10-20T14:33:44Z 2022-10-20T14:34:07Z MEMBER

@WillyChap Could you inspect the contents of .encoding. IIRC that values are located there. Or you would need to specify the encoding kwarg in to_netcdf.

Disclaimer: This is from the top of my head, so mistakes are likely.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Cannot Save NetCDF: Conflicting _FillValue and Missing_Value  1416709246

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