home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 102866893 and user = 5356122 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

  • clarkfitzg · 4 ✖

issue 1

  • robust plot documentation · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
135127141 https://github.com/pydata/xarray/pull/550#issuecomment-135127141 https://api.github.com/repos/pydata/xarray/issues/550 MDEyOklzc3VlQ29tbWVudDEzNTEyNzE0MQ== clarkfitzg 5356122 2015-08-26T18:10:27Z 2015-08-26T18:10:27Z MEMBER

Merging

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  robust plot documentation 102866893
135083835 https://github.com/pydata/xarray/pull/550#issuecomment-135083835 https://api.github.com/repos/pydata/xarray/issues/550 MDEyOklzc3VlQ29tbWVudDEzNTA4MzgzNQ== clarkfitzg 5356122 2015-08-26T16:16:35Z 2015-08-26T16:16:35Z MEMBER

@jhamman any more feedback before merge?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  robust plot documentation 102866893
134773368 https://github.com/pydata/xarray/pull/550#issuecomment-134773368 https://api.github.com/repos/pydata/xarray/issues/550 MDEyOklzc3VlQ29tbWVudDEzNDc3MzM2OA== clarkfitzg 5356122 2015-08-25T23:57:17Z 2015-08-25T23:57:17Z MEMBER

@jhamman I took out the robust_percentile arg. You're right, it's better this way.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  robust plot documentation 102866893
134369449 https://github.com/pydata/xarray/pull/550#issuecomment-134369449 https://api.github.com/repos/pydata/xarray/issues/550 MDEyOklzc3VlQ29tbWVudDEzNDM2OTQ0OQ== clarkfitzg 5356122 2015-08-24T20:30:25Z 2015-08-24T20:30:25Z MEMBER

Was trying to keep the internal code a little more modular by parameterizing the percentiles.

But it was simpler before. Maybe should keep it like it was.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  robust plot documentation 102866893

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