home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1486990254 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 3

  • dcherian 1
  • keewis 1
  • headtr1ck 1

author_association 2

  • MEMBER 2
  • COLLABORATOR 1

issue 1

  • getting confused by xarray not reporting the netCDF ```_FillValue``` attribute in jupyter notebooks: add ```_FillValue``` to the "report"? · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1466868513 https://github.com/pydata/xarray/issues/7372#issuecomment-1466868513 https://api.github.com/repos/pydata/xarray/issues/7372 IC_kwDOAMm_X85XbqMh headtr1ck 43316012 2023-03-13T19:56:31Z 2023-03-13T19:56:31Z COLLABORATOR

Then let's close this issue in favor of #4817

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  getting confused by xarray not reporting the netCDF ```_FillValue``` attribute in jupyter notebooks: add ```_FillValue``` to the "report"? 1486990254
1346747510 https://github.com/pydata/xarray/issues/7372#issuecomment-1346747510 https://api.github.com/repos/pydata/xarray/issues/7372 IC_kwDOAMm_X85QRbx2 dcherian 2448579 2022-12-12T15:43:58Z 2022-12-12T15:43:58Z MEMBER

be whether or not to display the encoding in the HTML repr.

I think so. See https://github.com/pydata/xarray/issues/4817

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  getting confused by xarray not reporting the netCDF ```_FillValue``` attribute in jupyter notebooks: add ```_FillValue``` to the "report"? 1486990254
1346254081 https://github.com/pydata/xarray/issues/7372#issuecomment-1346254081 https://api.github.com/repos/pydata/xarray/issues/7372 IC_kwDOAMm_X85QPjUB keewis 14808389 2022-12-12T10:42:16Z 2022-12-12T10:42:16Z MEMBER

this information is available in the encoding, i.e. xr_initial.dummy_variable.encoding.

It's not in the attrs because xarray used it to replace elements with the exactly same value as _FillValue with np.nan, making it redundant and quickly become outdated on operations. If you were to pass mask_and_scale=False to open_dataset you should see it in the attrs.

A different question would be whether or not to display the encoding in the HTML repr.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  getting confused by xarray not reporting the netCDF ```_FillValue``` attribute in jupyter notebooks: add ```_FillValue``` to the "report"? 1486990254

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