home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 117881465 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 4

  • naught101 1
  • jhamman 1
  • hainm 1
  • max-sixty 1

author_association 2

  • MEMBER 2
  • NONE 2

issue 1

  • "weird" plot · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
159350964 https://github.com/pydata/xarray/issues/663#issuecomment-159350964 https://api.github.com/repos/pydata/xarray/issues/663 MDEyOklzc3VlQ29tbWVudDE1OTM1MDk2NA== max-sixty 5635139 2015-11-24T17:37:27Z 2015-11-24T17:37:27Z MEMBER

I agreed with you @hainm!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  "weird" plot 117881465
159316714 https://github.com/pydata/xarray/issues/663#issuecomment-159316714 https://api.github.com/repos/pydata/xarray/issues/663 MDEyOklzc3VlQ29tbWVudDE1OTMxNjcxNA== hainm 4451957 2015-11-24T16:09:25Z 2015-11-24T16:09:25Z NONE

Hi

It seems that I am only one having dirty mind, so I am closing this.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  "weird" plot 117881465
159312485 https://github.com/pydata/xarray/issues/663#issuecomment-159312485 https://api.github.com/repos/pydata/xarray/issues/663 MDEyOklzc3VlQ29tbWVudDE1OTMxMjQ4NQ== jhamman 2443309 2015-11-24T15:57:38Z 2015-11-24T15:57:38Z MEMBER

@hainm - What is weird about this plot? Would you like to suggest a way that this plot could be improved? Otherwise, I'm going to close this issue.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  "weird" plot 117881465
159140295 https://github.com/pydata/xarray/issues/663#issuecomment-159140295 https://api.github.com/repos/pydata/xarray/issues/663 MDEyOklzc3VlQ29tbWVudDE1OTE0MDI5NQ== naught101 167164 2015-11-24T03:26:54Z 2015-11-24T03:26:54Z NONE

and?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  "weird" plot 117881465

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