home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 34352255 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

  • Rename "coordinates" to "indices"? · 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
45464559 https://github.com/pydata/xarray/issues/142#issuecomment-45464559 https://api.github.com/repos/pydata/xarray/issues/142 MDEyOklzc3VlQ29tbWVudDQ1NDY0NTU5 shoyer 1217238 2014-06-09T06:27:13Z 2014-06-09T06:27:13Z MEMBER

Some research was revealed that both "indices" and "indexes" are valid plural forms for "index": http://english.stackexchange.com/questions/61080/indexes-or-indices

I am inclined to go ahead with this change but will need to decide on if we should use "indexes" or "indices" first.

My inclination is to go for "indexes" since it seems to be more popular in this context: http://www.googlefight.com/index.php?lang=en_GB&word1=%22database+indices%22&word2=%22database+indexes%22

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Rename "coordinates" to "indices"? 34352255
44492958 https://github.com/pydata/xarray/issues/142#issuecomment-44492958 https://api.github.com/repos/pydata/xarray/issues/142 MDEyOklzc3VlQ29tbWVudDQ0NDkyOTU4 shoyer 1217238 2014-05-29T04:18:39Z 2014-05-29T04:18:39Z MEMBER

Here is a (partial) fix for the pandas issue: https://github.com/pydata/pandas/pull/7270

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Rename "coordinates" to "indices"? 34352255

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