home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • spencerkclark 1
  • keewis 1
  • TomNicholas 1

issue 1

  • Error slicing CFTimeIndex with Pandas 1.3 · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
885932277 https://github.com/pydata/xarray/issues/5581#issuecomment-885932277 https://api.github.com/repos/pydata/xarray/issues/5581 IC_kwDOAMm_X840zkD1 TomNicholas 35968931 2021-07-23T21:52:53Z 2021-07-23T21:53:19Z MEMBER

We just released v0.19.0 in #5588 so this should now be fixed! Sorry for the wait!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error slicing CFTimeIndex with Pandas 1.3 937508115
874739649 https://github.com/pydata/xarray/issues/5581#issuecomment-874739649 https://api.github.com/repos/pydata/xarray/issues/5581 MDEyOklzc3VlQ29tbWVudDg3NDczOTY0OQ== keewis 14808389 2021-07-06T13:02:19Z 2021-07-06T13:02:19Z MEMBER

we should probably publish a release soon

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error slicing CFTimeIndex with Pandas 1.3 937508115
874639989 https://github.com/pydata/xarray/issues/5581#issuecomment-874639989 https://api.github.com/repos/pydata/xarray/issues/5581 MDEyOklzc3VlQ29tbWVudDg3NDYzOTk4OQ== spencerkclark 6628425 2021-07-06T10:18:32Z 2021-07-06T10:18:32Z MEMBER

Thanks @ScottWales -- this should be fixed in the next release of xarray. Our upstream build caught it a few weeks ago and we addressed the issue in https://github.com/pydata/xarray/pull/5359.

{
    "total_count": 3,
    "+1": 3,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error slicing CFTimeIndex with Pandas 1.3 937508115

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