home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 185794232 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 · 4 ✖

issue 1

  • Options to binary ops kwargs · 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
260100010 https://github.com/pydata/xarray/pull/1065#issuecomment-260100010 https://api.github.com/repos/pydata/xarray/issues/1065 MDEyOklzc3VlQ29tbWVudDI2MDEwMDAxMA== chunweiyuan 5572303 2016-11-12T04:00:10Z 2016-11-12T04:00:10Z CONTRIBUTOR

woohoo!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Options to binary ops kwargs 185794232
259842050 https://github.com/pydata/xarray/pull/1065#issuecomment-259842050 https://api.github.com/repos/pydata/xarray/issues/1065 MDEyOklzc3VlQ29tbWVudDI1OTg0MjA1MA== chunweiyuan 5572303 2016-11-10T23:48:11Z 2016-11-10T23:48:11Z CONTRIBUTOR

Alright, if that's desired, I'd just change code in apply_over_both() of dataset._calculate_binary_op to react to different kwarg values, and adding a method in test_dataset.py. Should be able to push before the weekend is over.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Options to binary ops kwargs 185794232
259750146 https://github.com/pydata/xarray/pull/1065#issuecomment-259750146 https://api.github.com/repos/pydata/xarray/issues/1065 MDEyOklzc3VlQ29tbWVudDI1OTc1MDE0Ng== chunweiyuan 5572303 2016-11-10T17:15:29Z 2016-11-10T17:15:29Z CONTRIBUTOR

Just checking in. Is there something else that needs to be added to this PR before merge?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Options to binary ops kwargs 185794232
257001251 https://github.com/pydata/xarray/pull/1065#issuecomment-257001251 https://api.github.com/repos/pydata/xarray/issues/1065 MDEyOklzc3VlQ29tbWVudDI1NzAwMTI1MQ== chunweiyuan 5572303 2016-10-28T18:58:42Z 2016-10-28T18:58:42Z CONTRIBUTOR

Out of curiosity, how do I test inner-join vs. outer-join using only 1-D arrays? I can certainly simplify the current tests to be 2D + 1D.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Options to binary ops kwargs 185794232

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