home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "CONTRIBUTOR", issue = 323823894 and user = 221526 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

  • dopplershift · 4 ✖

issue 1

  • Add strftime() to datetime accessor · 4 ✖

author_association 1

  • CONTRIBUTOR · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
495770271 https://github.com/pydata/xarray/pull/2144#issuecomment-495770271 https://api.github.com/repos/pydata/xarray/issues/2144 MDEyOklzc3VlQ29tbWVudDQ5NTc3MDI3MQ== dopplershift 221526 2019-05-24T19:56:21Z 2019-05-24T19:56:21Z CONTRIBUTOR

So I finally have time to work on this...but if someone has working code to do this instead, I'm totally fine with that going in instead.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add strftime() to datetime accessor 323823894
424100432 https://github.com/pydata/xarray/pull/2144#issuecomment-424100432 https://api.github.com/repos/pydata/xarray/issues/2144 MDEyOklzc3VlQ29tbWVudDQyNDEwMDQzMg== dopplershift 221526 2018-09-24T19:44:21Z 2018-09-24T19:44:21Z CONTRIBUTOR

Just haven't had the cycles to bring this to the finish line.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add strftime() to datetime accessor 323823894
389730062 https://github.com/pydata/xarray/pull/2144#issuecomment-389730062 https://api.github.com/repos/pydata/xarray/issues/2144 MDEyOklzc3VlQ29tbWVudDM4OTczMDA2Mg== dopplershift 221526 2018-05-17T03:04:56Z 2018-05-17T03:04:56Z CONTRIBUTOR

Since this can wait for 0.10.5, I can go slowly and get this right.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add strftime() to datetime accessor 323823894
389699324 https://github.com/pydata/xarray/pull/2144#issuecomment-389699324 https://api.github.com/repos/pydata/xarray/issues/2144 MDEyOklzc3VlQ29tbWVudDM4OTY5OTMyNA== dopplershift 221526 2018-05-16T23:40:32Z 2018-05-16T23:40:32Z CONTRIBUTOR

Any chance this makes it into 0.10.4?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add strftime() to datetime accessor 323823894

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