home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 427398236 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

  • shoyer 2
  • rabernat 1
  • spencerkclark 1

issue 1

  • Roundtripping between a dimension coordinate and scalar coordinate on a Dataset · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
478388573 https://github.com/pydata/xarray/issues/2856#issuecomment-478388573 https://api.github.com/repos/pydata/xarray/issues/2856 MDEyOklzc3VlQ29tbWVudDQ3ODM4ODU3Mw== shoyer 1217238 2019-03-31T21:48:59Z 2019-03-31T21:48:59Z MEMBER

see https://github.com/pydata/xarray/pull/2858

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Roundtripping between a dimension coordinate and scalar coordinate on a Dataset 427398236
478359994 https://github.com/pydata/xarray/issues/2856#issuecomment-478359994 https://api.github.com/repos/pydata/xarray/issues/2856 MDEyOklzc3VlQ29tbWVudDQ3ODM1OTk5NA== shoyer 1217238 2019-03-31T17:12:58Z 2019-03-31T17:12:58Z MEMBER

This is similar to #2842 in that it was also introduced by https://github.com/pydata/xarray/pull/2696. Apparently I need to be more diligent about testing these changes :).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Roundtripping between a dimension coordinate and scalar coordinate on a Dataset 427398236
478350140 https://github.com/pydata/xarray/issues/2856#issuecomment-478350140 https://api.github.com/repos/pydata/xarray/issues/2856 MDEyOklzc3VlQ29tbWVudDQ3ODM1MDE0MA== spencerkclark 6628425 2019-03-31T15:11:17Z 2019-03-31T15:11:17Z MEMBER

This problem persists with the master version of xarray, so while it may be related, it was not fixed by #2845.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Roundtripping between a dimension coordinate and scalar coordinate on a Dataset 427398236
478349386 https://github.com/pydata/xarray/issues/2856#issuecomment-478349386 https://api.github.com/repos/pydata/xarray/issues/2856 MDEyOklzc3VlQ29tbWVudDQ3ODM0OTM4Ng== rabernat 1197350 2019-03-31T15:01:48Z 2019-03-31T15:01:48Z MEMBER

Possible duplicate of #2842? Seems awfully similar.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Roundtripping between a dimension coordinate and scalar coordinate on a Dataset 427398236

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