home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 861684673 and user = 10194086 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 1

  • mathause · 3 ✖

issue 1

  • KeyError pulling from Nasa server with Pydap · 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
824220498 https://github.com/pydata/xarray/issues/5189#issuecomment-824220498 https://api.github.com/repos/pydata/xarray/issues/5189 MDEyOklzc3VlQ29tbWVudDgyNDIyMDQ5OA== mathause 10194086 2021-04-21T17:08:23Z 2021-04-21T17:08:23Z MEMBER

Would be good to get a publicly available dataset to try to figure this out.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  KeyError pulling from Nasa server with Pydap 861684673
822847939 https://github.com/pydata/xarray/issues/5189#issuecomment-822847939 https://api.github.com/repos/pydata/xarray/issues/5189 MDEyOklzc3VlQ29tbWVudDgyMjg0NzkzOQ== mathause 10194086 2021-04-19T23:11:20Z 2021-04-19T23:11:20Z MEMBER

Hmm yes makes sense with such a big dataset. xarray must be converting the integer index to something fancy internally that pydap cannot handle. I am not very familiar with that part of the code, unfortunately.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  KeyError pulling from Nasa server with Pydap 861684673
822822057 https://github.com/pydata/xarray/issues/5189#issuecomment-822822057 https://api.github.com/repos/pydata/xarray/issues/5189 MDEyOklzc3VlQ29tbWVudDgyMjgyMjA1Nw== mathause 10194086 2021-04-19T22:16:19Z 2021-04-19T22:16:19Z MEMBER

Can you try ds['tmp2m'].load() before calling isel?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  KeyError pulling from Nasa server with Pydap 861684673

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