home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 404383025 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

  • TomNicholas 2
  • dcherian 1

issue 1

  • Line plot with x=coord putting wrong variables on axes · 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
458692787 https://github.com/pydata/xarray/issues/2725#issuecomment-458692787 https://api.github.com/repos/pydata/xarray/issues/2725 MDEyOklzc3VlQ29tbWVudDQ1ODY5Mjc4Nw== TomNicholas 35968931 2019-01-29T20:22:18Z 2019-01-29T20:22:52Z MEMBER

Thanks @dcherian !

Fixed, including tests, in #2726 .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Line plot with x=coord putting wrong variables on axes 404383025
458633455 https://github.com/pydata/xarray/issues/2725#issuecomment-458633455 https://api.github.com/repos/pydata/xarray/issues/2725 MDEyOklzc3VlQ29tbWVudDQ1ODYzMzQ1NQ== dcherian 2448579 2019-01-29T17:35:15Z 2019-01-29T17:36:46Z MEMBER

Thanks @TomNicholas. Here's the diff that gets it working (minus error-checking & tests). I can't get to it until tonight so if you have the time to go ahead and send in a PR, please do so.

EDIT: This needs to account for x is None, y is None.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Line plot with x=coord putting wrong variables on axes 404383025
458615284 https://github.com/pydata/xarray/issues/2725#issuecomment-458615284 https://api.github.com/repos/pydata/xarray/issues/2725 MDEyOklzc3VlQ29tbWVudDQ1ODYxNTI4NA== TomNicholas 35968931 2019-01-29T16:47:48Z 2019-01-29T16:48:21Z MEMBER

@dcherian I guess this is an issue somewhere in #1926?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Line plot with x=coord putting wrong variables on axes 404383025

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