home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "NONE" and issue = 294380515 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • equaeghe 1
  • stale[bot] 1
  • daviguima 1

issue 1

  • Getting DataArrays from netCDF4 files correctly and without hassle · 3 ✖

author_association 1

  • NONE · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
739540348 https://github.com/pydata/xarray/issues/1888#issuecomment-739540348 https://api.github.com/repos/pydata/xarray/issues/1888 MDEyOklzc3VlQ29tbWVudDczOTU0MDM0OA== daviguima 31321249 2020-12-06T18:07:47Z 2020-12-06T18:07:47Z NONE

Just wanted to let you guys know that I ended up here having the above mentioned warning: "ValueError: Given file dataset contains more than one data variable. Please read with xarray.open_dataset and then select the variable you want." By following this answer: https://gis.stackexchange.com/questions/354782/how-to-mask-netcdf-time-series-data-from-a-shapefile-in-python/354798#354798

And if it is of any help, I find it relevant...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Getting DataArrays from netCDF4 files correctly and without hassle 294380515
571806712 https://github.com/pydata/xarray/issues/1888#issuecomment-571806712 https://api.github.com/repos/pydata/xarray/issues/1888 MDEyOklzc3VlQ29tbWVudDU3MTgwNjcxMg== equaeghe 601177 2020-01-07T22:41:44Z 2020-01-07T22:41:44Z NONE

If this issue remains relevant, please comment here or remove the stale label; otherwise it will be marked as closed automatically

I think this is still relevant.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Getting DataArrays from netCDF4 files correctly and without hassle 294380515
571799070 https://github.com/pydata/xarray/issues/1888#issuecomment-571799070 https://api.github.com/repos/pydata/xarray/issues/1888 MDEyOklzc3VlQ29tbWVudDU3MTc5OTA3MA== stale[bot] 26384082 2020-01-07T22:17:28Z 2020-01-07T22:17:28Z NONE

In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity

If this issue remains relevant, please comment here or remove the stale label; otherwise it will be marked as closed automatically

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Getting DataArrays from netCDF4 files correctly and without hassle 294380515

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