home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where issue = 575088962 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 3

  • max-sixty 4
  • shoyer 1
  • dcherian 1

issue 1

  • Allow ellipsis to be used in stack · 6 ✖

author_association 1

  • MEMBER 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
601453899 https://github.com/pydata/xarray/pull/3826#issuecomment-601453899 https://api.github.com/repos/pydata/xarray/issues/3826 MDEyOklzc3VlQ29tbWVudDYwMTQ1Mzg5OQ== dcherian 2448579 2020-03-19T22:55:03Z 2020-03-19T22:55:03Z MEMBER

Thanks @max-sixty

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow ellipsis to be used in stack 575088962
596045294 https://github.com/pydata/xarray/pull/3826#issuecomment-596045294 https://api.github.com/repos/pydata/xarray/issues/3826 MDEyOklzc3VlQ29tbWVudDU5NjA0NTI5NA== max-sixty 5635139 2020-03-07T04:28:26Z 2020-03-07T04:28:26Z MEMBER

Updated!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow ellipsis to be used in stack 575088962
595608775 https://github.com/pydata/xarray/pull/3826#issuecomment-595608775 https://api.github.com/repos/pydata/xarray/issues/3826 MDEyOklzc3VlQ29tbWVudDU5NTYwODc3NQ== max-sixty 5635139 2020-03-06T05:36:34Z 2020-03-06T05:36:34Z MEMBER

It seems like it would be natural to support a combination of ellipsis and some explicit dimensions, like what can be done in transpose? E.g., .stack(x=[‘y’, ...]) or .stack(x=[..., ‘y’])?

Yes great!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow ellipsis to be used in stack 575088962
595606090 https://github.com/pydata/xarray/pull/3826#issuecomment-595606090 https://api.github.com/repos/pydata/xarray/issues/3826 MDEyOklzc3VlQ29tbWVudDU5NTYwNjA5MA== shoyer 1217238 2020-03-06T05:24:25Z 2020-03-06T05:24:25Z MEMBER

This is very cool!

It seems like it would be natural to support a combination of ellipsis and some explicit dimensions, like what can be done in transpose? E.g., .stack(x=[‘y’, ...]) or .stack(x=[..., ‘y’])?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow ellipsis to be used in stack 575088962
594488191 https://github.com/pydata/xarray/pull/3826#issuecomment-594488191 https://api.github.com/repos/pydata/xarray/issues/3826 MDEyOklzc3VlQ29tbWVudDU5NDQ4ODE5MQ== max-sixty 5635139 2020-03-04T12:19:53Z 2020-03-04T12:19:53Z MEMBER

Changed to supporting the first (.stack(x=[...])) only

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow ellipsis to be used in stack 575088962
594300812 https://github.com/pydata/xarray/pull/3826#issuecomment-594300812 https://api.github.com/repos/pydata/xarray/issues/3826 MDEyOklzc3VlQ29tbWVudDU5NDMwMDgxMg== max-sixty 5635139 2020-03-04T03:05:38Z 2020-03-04T03:05:38Z MEMBER

Should we support - .stack(x=[...]) - .stack(x=...) - both

Currently implemented for both but leaning towards the first, partly because it makes the typing correct

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow ellipsis to be used in stack 575088962

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