home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER" and issue = 694182591 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • dcherian 3

issue 1

  • Dataset.plot.quiver · 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
780712037 https://github.com/pydata/xarray/pull/4407#issuecomment-780712037 https://api.github.com/repos/pydata/xarray/issues/4407 MDEyOklzc3VlQ29tbWVudDc4MDcxMjAzNw== dcherian 2448579 2021-02-17T17:16:31Z 2021-02-17T17:16:31Z MEMBER

I'll merge on Friday if there are no more comments.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dataset.plot.quiver 694182591
763860925 https://github.com/pydata/xarray/pull/4407#issuecomment-763860925 https://api.github.com/repos/pydata/xarray/issues/4407 MDEyOklzc3VlQ29tbWVudDc2Mzg2MDkyNQ== dcherian 2448579 2021-01-20T18:56:11Z 2021-01-20T18:56:11Z MEMBER

Why is scale required for facetgrid and not for a single panel?

matplotlib will make a nice choice for the single panel. With facetgrid, the scale will be different for each panel if we don't specify it. And i had trouble porting the matplotlib algorithm. We can always add this in the future.

Should it emit a Warning/ Error if u or v are given and funcname != "quiver"

Good idea. Done.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dataset.plot.quiver 694182591
763237820 https://github.com/pydata/xarray/pull/4407#issuecomment-763237820 https://api.github.com/repos/pydata/xarray/issues/4407 MDEyOklzc3VlQ29tbWVudDc2MzIzNzgyMA== dcherian 2448579 2021-01-20T00:23:31Z 2021-01-20T00:23:31Z MEMBER

This is ready for a review. I don't I can fix the quiverkey without https://github.com/matplotlib/matplotlib/issues/18530 . This is still useful for a quick look at the data.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dataset.plot.quiver 694182591

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