home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 449004641 and user = 2656596 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

  • mullenkamp · 2 ✖

issue 1

  • `xr.open_dataset` with `pydapdatastore` raises `too many indices for array` error · 2 ✖

author_association 1

  • NONE 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
509039163 https://github.com/pydata/xarray/issues/2993#issuecomment-509039163 https://api.github.com/repos/pydata/xarray/issues/2993 MDEyOklzc3VlQ29tbWVudDUwOTAzOTE2Mw== mullenkamp 2656596 2019-07-07T23:30:40Z 2019-07-07T23:30:40Z NONE

After a little bit of testing, I've found out that setting decode_cf=False reads it in without an error.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `xr.open_dataset` with `pydapdatastore` raises `too many indices for array` error 449004641
509011157 https://github.com/pydata/xarray/issues/2993#issuecomment-509011157 https://api.github.com/repos/pydata/xarray/issues/2993 MDEyOklzc3VlQ29tbWVudDUwOTAxMTE1Nw== mullenkamp 2656596 2019-07-07T16:00:38Z 2019-07-07T16:00:38Z NONE

I would also like to see if this issue could be looked at. I'm also trying to query the NASA server. This used to work in previous versions of xarray. Thanks.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `xr.open_dataset` with `pydapdatastore` raises `too many indices for array` error 449004641

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