home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "CONTRIBUTOR" and issue = 94966000 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

  • jjhelmus 2

issue 1

  • Read NetCDF files with multiple values in missing_value attribute · 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
122332344 https://github.com/pydata/xarray/issues/471#issuecomment-122332344 https://api.github.com/repos/pydata/xarray/issues/471 MDEyOklzc3VlQ29tbWVudDEyMjMzMjM0NA== jjhelmus 1050278 2015-07-17T16:23:34Z 2015-07-17T16:23:34Z CONTRIBUTOR

Sounds like a good solution. I'll work on a PR.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Read NetCDF files with multiple values in missing_value attribute 94966000
122294746 https://github.com/pydata/xarray/issues/471#issuecomment-122294746 https://api.github.com/repos/pydata/xarray/issues/471 MDEyOklzc3VlQ29tbWVudDEyMjI5NDc0Ng== jjhelmus 1050278 2015-07-17T14:30:15Z 2015-07-17T14:30:15Z CONTRIBUTOR

Yes, the two values in the missing_value attribute indicate two classes of data (not collected vs below minimum detectable threshold) and these data can be access by setting mask_and_scale=False but this also results in a valid data being returned without scaling which makes it less useful.

My question is how should xray should handle these cases? Either replace all instances of the values in missing_value with NaN or raise a error message stating that multiple missing_values are not supported similar? I'd be happy to create a PR implementing either case.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Read NetCDF files with multiple values in missing_value attribute 94966000

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