home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • benbovy 2
  • Illviljan 1
  • keewis 1

issue 1

  • Make 0d-DataArray compatible for indexing. · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1004668580 https://github.com/pydata/xarray/pull/3566#issuecomment-1004668580 https://api.github.com/repos/pydata/xarray/issues/3566 IC_kwDOAMm_X8474gak benbovy 4160723 2022-01-04T09:57:27Z 2022-01-04T09:57:27Z MEMBER

that one is already way too big

True 😄

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Make 0d-DataArray compatible for indexing. 527553050
1004667053 https://github.com/pydata/xarray/pull/3566#issuecomment-1004667053 https://api.github.com/repos/pydata/xarray/issues/3566 IC_kwDOAMm_X8474gCt keewis 14808389 2022-01-04T09:55:02Z 2022-01-04T09:55:02Z MEMBER

But we can also merging this now and then I'll fix it in #5692

that one is already way too big (>3500 added lines), so I'd vote to mark this as blocked by #5692

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Make 0d-DataArray compatible for indexing. 527553050
1004659633 https://github.com/pydata/xarray/pull/3566#issuecomment-1004659633 https://api.github.com/repos/pydata/xarray/issues/3566 IC_kwDOAMm_X8474eOx benbovy 4160723 2022-01-04T09:43:39Z 2022-01-04T09:43:39Z MEMBER

Thanks for the ping @Illviljan. It probably makes sense to add this directly in or after #5692 since it contains some heavy refactoring regarding those code parts. But we can also merging this now and then I'll fix it in #5692.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Make 0d-DataArray compatible for indexing. 527553050
1003796704 https://github.com/pydata/xarray/pull/3566#issuecomment-1003796704 https://api.github.com/repos/pydata/xarray/issues/3566 IC_kwDOAMm_X8471Ljg Illviljan 14371165 2022-01-02T23:47:18Z 2022-01-02T23:47:18Z MEMBER

Maybe @benbovy can take a look and see if this make sense with regards to #5692?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Make 0d-DataArray compatible for indexing. 527553050

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