home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1096802655 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • mathause 1
  • mroeschke 1
  • andersy005 1

author_association 2

  • MEMBER 2
  • CONTRIBUTOR 1

issue 1

  • Remove pd.Panel checks · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1008221879 https://github.com/pydata/xarray/pull/6145#issuecomment-1008221879 https://api.github.com/repos/pydata/xarray/issues/6145 IC_kwDOAMm_X848GD63 andersy005 13301940 2022-01-09T03:27:39Z 2022-01-09T03:27:39Z MEMBER

@mroeschke, could you add an entry to the https://github.com/pydata/xarray/blob/main/doc/whats-new.rst?

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Remove pd.Panel checks 1096802655
1008167734 https://github.com/pydata/xarray/pull/6145#issuecomment-1008167734 https://api.github.com/repos/pydata/xarray/issues/6145 IC_kwDOAMm_X848F2s2 mroeschke 10647082 2022-01-08T22:39:24Z 2022-01-08T22:39:37Z CONTRIBUTOR

Thanks, addressed

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Remove pd.Panel checks 1096802655
1008162859 https://github.com/pydata/xarray/pull/6145#issuecomment-1008162859 https://api.github.com/repos/pydata/xarray/issues/6145 IC_kwDOAMm_X848F1gr mathause 10194086 2022-01-08T22:09:05Z 2022-01-08T22:09:05Z MEMBER

Looks good - if you remove the unused imports we can merge this.

xarray/core/merge.py:22:1: F401 '.pdcompat' imported but unused xarray/core/dataarray.py:29:1: F401 '.pdcompat' imported but unused

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Remove pd.Panel checks 1096802655

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