home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "CONTRIBUTOR" and issue = 847489988 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

  • johnomotani 5

issue 1

  • Surface plots · 5 ✖

author_association 1

  • CONTRIBUTOR · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
829239055 https://github.com/pydata/xarray/pull/5101#issuecomment-829239055 https://api.github.com/repos/pydata/xarray/issues/5101 MDEyOklzc3VlQ29tbWVudDgyOTIzOTA1NQ== johnomotani 3958036 2021-04-29T13:29:55Z 2021-04-29T14:43:04Z CONTRIBUTOR

One thing that could be nice is an example in http://xarray.pydata.org/en/stable/plotting.html - up to you.

It seemed odd to add a surface example when contour and countourf weren't shown - so I've added a new subsection for 'Other types of plot' and shown all three.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Surface plots 847489988
828034654 https://github.com/pydata/xarray/pull/5101#issuecomment-828034654 https://api.github.com/repos/pydata/xarray/issues/5101 MDEyOklzc3VlQ29tbWVudDgyODAzNDY1NA== johnomotani 3958036 2021-04-27T23:51:19Z 2021-04-27T23:51:19Z CONTRIBUTOR

Thanks @mathause - master merged now.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Surface plots 847489988
812012953 https://github.com/pydata/xarray/pull/5101#issuecomment-812012953 https://api.github.com/repos/pydata/xarray/issues/5101 MDEyOklzc3VlQ29tbWVudDgxMjAxMjk1Mw== johnomotani 3958036 2021-04-01T16:10:01Z 2021-04-01T16:10:01Z CONTRIBUTOR

Tests pass! Think this is ready for review now @pydata/xarray

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Surface plots 847489988
811935990 https://github.com/pydata/xarray/pull/5101#issuecomment-811935990 https://api.github.com/repos/pydata/xarray/issues/5101 MDEyOklzc3VlQ29tbWVudDgxMTkzNTk5MA== johnomotani 3958036 2021-04-01T14:11:35Z 2021-04-01T14:11:35Z CONTRIBUTOR

Seems like the way I've implemented surface plots requires a slightly newer version than the oldest supported matplotlib to use the "3d" projection. matplotlib-3.2.0 basically works, but some of the unit tests require matpltolib-3.3.0 to pass. I'll try to add a check and skip some tests where necessary.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Surface plots 847489988
811519561 https://github.com/pydata/xarray/pull/5101#issuecomment-811519561 https://api.github.com/repos/pydata/xarray/issues/5101 MDEyOklzc3VlQ29tbWVudDgxMTUxOTU2MQ== johnomotani 3958036 2021-03-31T22:59:59Z 2021-03-31T22:59:59Z CONTRIBUTOR

Note, this PR includes the bugfix in #5099, because it needed to build on that change. #5099 is smaller, so I guess it will naturally be merged first.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Surface plots 847489988

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