home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • shoyer 2

issue 1

  • Stephan's sprintbattical · 2 ✖

author_association 1

  • MEMBER · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
35688912 https://github.com/pydata/xarray/pull/12#issuecomment-35688912 https://api.github.com/repos/pydata/xarray/issues/12 MDEyOklzc3VlQ29tbWVudDM1Njg4OTEy shoyer 1217238 2014-02-21T01:06:55Z 2014-02-21T01:06:55Z MEMBER

FYI -- I just pushed a commit renaming "Array" to "XArray" to master. There are probably still a few lingering references to clean up...

On Thu, Feb 20, 2014 at 4:36 PM, akleeman notifications@github.com wrote:

Merged #12 https://github.com/akleeman/scidata/pull/12.

Reply to this email directly or view it on GitHubhttps://github.com/akleeman/scidata/pull/12 .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Stephan's sprintbattical 27625970
35144276 https://github.com/pydata/xarray/pull/12#issuecomment-35144276 https://api.github.com/repos/pydata/xarray/issues/12 MDEyOklzc3VlQ29tbWVudDM1MTQ0Mjc2 shoyer 1217238 2014-02-15T01:49:31Z 2014-02-15T01:49:31Z MEMBER

Thanks for @ebrevdo for taking a look! I'm pretty sure the issue here is the numpy version. I am running numpy 1.8 on my machine. It looks like we need at least numpy 1.7 for timedelta math [1], and it appears that array_equal can only compare string arrays in numpy 1.8 [2]. It's not insurmountable to work around either of these issues, but for I will increment the required version of numpy to 1.8.

[1] http://pandas.pydata.org/pandas-docs/stable/timeseries.html#numpy-1-7-compatibility [2] https://github.com/numpy/numpy/issues/2686

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Stephan's sprintbattical 27625970

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