home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 456963929 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 2

  • mrocklin 2
  • shoyer 1

issue 1

  • Ensure explicitly indexed arrays are preserved · 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
504767902 https://github.com/pydata/xarray/pull/3027#issuecomment-504767902 https://api.github.com/repos/pydata/xarray/issues/3027 MDEyOklzc3VlQ29tbWVudDUwNDc2NzkwMg== shoyer 1217238 2019-06-23T16:40:05Z 2019-06-23T16:40:05Z MEMBER

@mrocklin Yes, this appears to work :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Ensure explicitly indexed arrays are preserved 456963929
504758362 https://github.com/pydata/xarray/pull/3027#issuecomment-504758362 https://api.github.com/repos/pydata/xarray/issues/3027 MDEyOklzc3VlQ29tbWVudDUwNDc1ODM2Mg== mrocklin 306380 2019-06-23T14:39:46Z 2019-06-23T14:39:46Z MEMBER

Does the green check mark here mean that we're all good @shoyer ?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Ensure explicitly indexed arrays are preserved 456963929
502749637 https://github.com/pydata/xarray/pull/3027#issuecomment-502749637 https://api.github.com/repos/pydata/xarray/issues/3027 MDEyOklzc3VlQ29tbWVudDUwMjc0OTYzNw== mrocklin 306380 2019-06-17T16:11:44Z 2019-06-17T16:11:44Z MEMBER

I think that relaxing the astype constrain seems quite reasonable. I'll clean this up on the Dask side.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Ensure explicitly indexed arrays are preserved 456963929

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