home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 574713772 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

  • max-sixty 3
  • dcherian 2

issue 1

  • Add note on diff's n differing from pandas · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
595237760 https://github.com/pydata/xarray/pull/3822#issuecomment-595237760 https://api.github.com/repos/pydata/xarray/issues/3822 MDEyOklzc3VlQ29tbWVudDU5NTIzNzc2MA== max-sixty 5635139 2020-03-05T13:46:34Z 2020-03-05T13:46:34Z MEMBER

Ended up being more from you than me @dcherian :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add note on diff's n differing from pandas 574713772
595214934 https://github.com/pydata/xarray/pull/3822#issuecomment-595214934 https://api.github.com/repos/pydata/xarray/issues/3822 MDEyOklzc3VlQ29tbWVudDU5NTIxNDkzNA== dcherian 2448579 2020-03-05T12:56:50Z 2020-03-05T12:56:50Z MEMBER

Thanks @max-sixty

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add note on diff's n differing from pandas 574713772
594258588 https://github.com/pydata/xarray/pull/3822#issuecomment-594258588 https://api.github.com/repos/pydata/xarray/issues/3822 MDEyOklzc3VlQ29tbWVudDU5NDI1ODU4OA== max-sixty 5635139 2020-03-04T01:23:24Z 2020-03-04T01:23:24Z MEMBER

Updated

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add note on diff's n differing from pandas 574713772
594101041 https://github.com/pydata/xarray/pull/3822#issuecomment-594101041 https://api.github.com/repos/pydata/xarray/issues/3822 MDEyOklzc3VlQ29tbWVudDU5NDEwMTA0MQ== max-sixty 5635139 2020-03-03T18:34:51Z 2020-03-03T18:34:51Z MEMBER

Oh good spot @dcherian . I'll add that to the note

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add note on diff's n differing from pandas 574713772
594044787 https://github.com/pydata/xarray/pull/3822#issuecomment-594044787 https://api.github.com/repos/pydata/xarray/issues/3822 MDEyOklzc3VlQ29tbWVudDU5NDA0NDc4Nw== dcherian 2448579 2020-03-03T16:37:09Z 2020-03-03T16:37:09Z MEMBER

I guess pandas now calls this periods? https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.diff.html

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add note on diff's n differing from pandas 574713772

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