home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 681864788 and user = 6200806 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

  • spencerahill · 3 ✖

issue 1

  • IndexError when calling load() on netCDF file accessed via opendap · 3 ✖

author_association 1

  • CONTRIBUTOR 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1074099378 https://github.com/pydata/xarray/issues/4353#issuecomment-1074099378 https://api.github.com/repos/pydata/xarray/issues/4353 IC_kwDOAMm_X85ABXSy spencerahill 6200806 2022-03-21T16:14:10Z 2022-03-21T16:14:10Z CONTRIBUTOR

@btickell sorry, I basically haven't used this data since that last post, so I don't recall exactly. But I believe I just was able to download it and work with it locally rather than using opendap.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  IndexError when calling load() on netCDF file accessed via opendap 681864788
683461276 https://github.com/pydata/xarray/issues/4353#issuecomment-683461276 https://api.github.com/repos/pydata/xarray/issues/4353 MDEyOklzc3VlQ29tbWVudDY4MzQ2MTI3Ng== spencerahill 6200806 2020-08-30T19:37:33Z 2020-08-30T19:37:33Z CONTRIBUTOR

Thanks @dcherian. Note that I was able to access the subset of this dataset that I need via other means, so this is no longer important for me. So feel free to close if it doesn't seem worth the trouble.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  IndexError when calling load() on netCDF file accessed via opendap 681864788
676414924 https://github.com/pydata/xarray/issues/4353#issuecomment-676414924 https://api.github.com/repos/pydata/xarray/issues/4353 MDEyOklzc3VlQ29tbWVudDY3NjQxNDkyNA== spencerahill 6200806 2020-08-19T14:06:07Z 2020-08-19T14:06:07Z CONTRIBUTOR

I should add: the file in question is one that somebody else (who is on vacation) works with via xarray, or at least has in the past. So that makes me wonder if this behavior is a regression in 0.16.0.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  IndexError when calling load() on netCDF file accessed via opendap 681864788

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