home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER" and issue = 144630996 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

  • mathause 2
  • fmaussion 1

issue 1

  • correct DJF mean · 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
216854146 https://github.com/pydata/xarray/issues/810#issuecomment-216854146 https://api.github.com/repos/pydata/xarray/issues/810 MDEyOklzc3VlQ29tbWVudDIxNjg1NDE0Ng== mathause 10194086 2016-05-04T12:56:30Z 2016-05-04T12:56:30Z MEMBER

I think we can close this...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  correct DJF mean 144630996
203500884 https://github.com/pydata/xarray/issues/810#issuecomment-203500884 https://api.github.com/repos/pydata/xarray/issues/810 MDEyOklzc3VlQ29tbWVudDIwMzUwMDg4NA== mathause 10194086 2016-03-30T15:56:53Z 2016-03-30T15:56:53Z MEMBER

I agree. However, (1) is the straightforward solution available in pandas / xray.

I don't really have a question. I wanted to ask how to do this but I think I figured it out so I left this as a reference. (3) works fine for me but maybe someone has a comment.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  correct DJF mean 144630996
203497974 https://github.com/pydata/xarray/issues/810#issuecomment-203497974 https://api.github.com/repos/pydata/xarray/issues/810 MDEyOklzc3VlQ29tbWVudDIwMzQ5Nzk3NA== fmaussion 10050469 2016-03-30T15:49:28Z 2016-03-30T15:49:28Z MEMBER

I'm not sure what your question is, but for me only (3) makes sense. Why would you want to keep incomplete seasons?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  correct DJF mean 144630996

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