home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where issue = 627805952 and user = 15079414 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

  • zmoon · 1 ✖

issue 1

  • Optionally create new figure automatically · 1 ✖

author_association 1

  • CONTRIBUTOR 1
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1103009167 https://github.com/pydata/xarray/issues/4114#issuecomment-1103009167 https://api.github.com/repos/pydata/xarray/issues/4114 IC_kwDOAMm_X85BvpWP zmoon 15079414 2022-04-19T19:25:44Z 2022-04-19T20:37:34Z CONTRIBUTOR

Thanks @max-sixty. ~~I think~~ it was with %matplotlib widget (ipympl) that I got the behavior I described. With %matplotlib inline (default inline backend) the figures get closed[^1] at the end of a cell, so the two plot commands would have to be in the same cell to get an overlay, which is fine. But with ipympl, this is not the case so you have to be more careful.

Example ![image](https://user-images.githubusercontent.com/15079414/164080131-07a8d5d1-86b5-44d4-811f-ab6f19b1bd0f.png)

[^1]: You can disable this behavior with %config InlineBackend.close_figures=False and get an overlay from plot commands in separate cells, but then you have to manually refresh the plot it seems.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Optionally create new figure automatically 627805952

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