home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 118525173 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 · 2 ✖

issue 1

  • ValueError: Buffer has wrong number of dimensions (expected 1, got 2) · 2 ✖

author_association 1

  • CONTRIBUTOR 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
159637376 https://github.com/pydata/xarray/issues/665#issuecomment-159637376 https://api.github.com/repos/pydata/xarray/issues/665 MDEyOklzc3VlQ29tbWVudDE1OTYzNzM3Ng== spencerahill 6200806 2015-11-25T15:15:27Z 2015-11-25T20:48:40Z CONTRIBUTOR

~~@spencerkclark and I have come across the same problem in one of the atmospheric models we work with, but in our case in addition to the time bounds array the latitude and longitude bounds are also 2D. I mention this because I suspect this wouldn't be resolved by @shoyer 's previous comment re: fixing decode_cf_timedelta.~~ I was wrong here; see comments in #667

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ValueError: Buffer has wrong number of dimensions (expected 1, got 2) 118525173
159713922 https://github.com/pydata/xarray/issues/665#issuecomment-159713922 https://api.github.com/repos/pydata/xarray/issues/665 MDEyOklzc3VlQ29tbWVudDE1OTcxMzkyMg== spencerahill 6200806 2015-11-25T19:49:00Z 2015-11-25T20:48:16Z CONTRIBUTOR

@shoyer Sure, just did: #667. ~~My suspicion is that it's ultimately the same underlying issue, which is simply that these bound arrays have a 2nd dimension that xray is having a hard time dealing with. Nevertheless, that it occurs in non-time coordinates as well implies that dealing with it solely through time-related methods won't solve everything.~~ I was wrong here; see comments in #667.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ValueError: Buffer has wrong number of dimensions (expected 1, got 2) 118525173

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