home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER", issue = 547012915 and user = 2448579 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

  • dcherian · 5 ✖

issue 1

  • Test failures with pandas master · 5 ✖

author_association 1

  • MEMBER · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
579865854 https://github.com/pydata/xarray/issues/3673#issuecomment-579865854 https://api.github.com/repos/pydata/xarray/issues/3673 MDEyOklzc3VlQ29tbWVudDU3OTg2NTg1NA== dcherian 2448579 2020-01-29T17:21:14Z 2020-01-29T17:21:14Z MEMBER

all green! (https://github.com/pydata/xarray/runs/415513689) Thanks Tom

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Test failures with pandas master 547012915
579515338 https://github.com/pydata/xarray/issues/3673#issuecomment-579515338 https://api.github.com/repos/pydata/xarray/issues/3673 MDEyOklzc3VlQ29tbWVudDU3OTUxNTMzOA== dcherian 2448579 2020-01-28T23:09:11Z 2020-01-28T23:09:11Z MEMBER

should be closed by https://github.com/pandas-dev/pandas/pull/31136 . I think the tests will turn green once the wheels update

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Test failures with pandas master 547012915
575692321 https://github.com/pydata/xarray/issues/3673#issuecomment-575692321 https://api.github.com/repos/pydata/xarray/issues/3673 MDEyOklzc3VlQ29tbWVudDU3NTY5MjMyMQ== dcherian 2448579 2020-01-17T16:16:40Z 2020-01-17T16:16:40Z MEMBER

Thanks @TomAugspurger

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Test failures with pandas master 547012915
575681325 https://github.com/pydata/xarray/issues/3673#issuecomment-575681325 https://api.github.com/repos/pydata/xarray/issues/3673 MDEyOklzc3VlQ29tbWVudDU3NTY4MTMyNQ== dcherian 2448579 2020-01-17T15:51:07Z 2020-01-17T15:51:07Z MEMBER

Thanks @jbrockmendel should we open a pandas issue?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Test failures with pandas master 547012915
574251696 https://github.com/pydata/xarray/issues/3673#issuecomment-574251696 https://api.github.com/repos/pydata/xarray/issues/3673 MDEyOklzc3VlQ29tbWVudDU3NDI1MTY5Ng== dcherian 2448579 2020-01-14T16:15:09Z 2020-01-14T16:15:09Z MEMBER

(1) is trickier; I'm not sure if it's something we should raise in the pandas issue tracker. Essentially we rely on TimedeltaIndex.add(other) to return NotImplemented when other is a CFTimeIndex; this way it will resort to using CFTimeIndex.radd instead. It looks like recent code changes in pandas broke this.

cc @TomAugspurger

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Test failures with pandas master 547012915

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