home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

7 rows where author_association = "MEMBER" and issue = 102866893 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • clarkfitzg 4
  • jhamman 2
  • shoyer 1

issue 1

  • robust plot documentation · 7 ✖

author_association 1

  • MEMBER · 7 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
135142681 https://github.com/pydata/xarray/pull/550#issuecomment-135142681 https://api.github.com/repos/pydata/xarray/issues/550 MDEyOklzc3VlQ29tbWVudDEzNTE0MjY4MQ== shoyer 1217238 2015-08-26T19:09:39Z 2015-08-26T19:09:39Z MEMBER

well done guys!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  robust plot documentation 102866893
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
135085499 https://github.com/pydata/xarray/pull/550#issuecomment-135085499 https://api.github.com/repos/pydata/xarray/issues/550 MDEyOklzc3VlQ29tbWVudDEzNTA4NTQ5OQ== jhamman 2443309 2015-08-26T16:19:58Z 2015-08-26T16:19:58Z MEMBER

Nope. As long as the docs build, this is good to go.

{
    "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
134806702 https://github.com/pydata/xarray/pull/550#issuecomment-134806702 https://api.github.com/repos/pydata/xarray/issues/550 MDEyOklzc3VlQ29tbWVudDEzNDgwNjcwMg== jhamman 2443309 2015-08-26T03:17:34Z 2015-08-26T03:17:34Z MEMBER

I wasn't necessarily against being able to set the percentiles used, I just didn't think we needed two args to do it.

{
    "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.283ms · About: xarray-datasette