home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 200478981 and user = 5572303 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

  • chunweiyuan · 5 ✖

issue 1

  • combine_first by using apply_ufunc in ops.fillna · 5 ✖

author_association 1

  • CONTRIBUTOR 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
274641832 https://github.com/pydata/xarray/pull/1204#issuecomment-274641832 https://api.github.com/repos/pydata/xarray/issues/1204 MDEyOklzc3VlQ29tbWVudDI3NDY0MTgzMg== chunweiyuan 5572303 2017-01-23T22:43:32Z 2017-01-23T22:43:32Z CONTRIBUTOR

tears in my eyes.......

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  combine_first by using apply_ufunc in ops.fillna 200478981
274574880 https://github.com/pydata/xarray/pull/1204#issuecomment-274574880 https://api.github.com/repos/pydata/xarray/issues/1204 MDEyOklzc3VlQ29tbWVudDI3NDU3NDg4MA== chunweiyuan 5572303 2017-01-23T18:30:14Z 2017-01-23T18:30:14Z CONTRIBUTOR

checking in on this PR...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  combine_first by using apply_ufunc in ops.fillna 200478981
274195788 https://github.com/pydata/xarray/pull/1204#issuecomment-274195788 https://api.github.com/repos/pydata/xarray/issues/1204 MDEyOklzc3VlQ29tbWVudDI3NDE5NTc4OA== chunweiyuan 5572303 2017-01-20T22:22:01Z 2017-01-20T22:22:01Z CONTRIBUTOR

time to merge this guy?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  combine_first by using apply_ufunc in ops.fillna 200478981
273676997 https://github.com/pydata/xarray/pull/1204#issuecomment-273676997 https://api.github.com/repos/pydata/xarray/issues/1204 MDEyOklzc3VlQ29tbWVudDI3MzY3Njk5Nw== chunweiyuan 5572303 2017-01-19T04:06:45Z 2017-01-19T04:06:45Z CONTRIBUTOR

I'm not sure why continuous integration check is taking forever.....

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  combine_first by using apply_ufunc in ops.fillna 200478981
272582190 https://github.com/pydata/xarray/pull/1204#issuecomment-272582190 https://api.github.com/repos/pydata/xarray/issues/1204 MDEyOklzc3VlQ29tbWVudDI3MjU4MjE5MA== chunweiyuan 5572303 2017-01-14T00:14:17Z 2017-01-14T00:14:17Z CONTRIBUTOR

So I addressed some of the comments, but not all. Please let me know what you think.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  combine_first by using apply_ufunc in ops.fillna 200478981

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