home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 538620718 and user = 6628425 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 1

  • spencerkclark · 3 ✖

issue 1

  • Add support for CFTimeIndex in get_clean_interp_index · 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
578505415 https://github.com/pydata/xarray/pull/3631#issuecomment-578505415 https://api.github.com/repos/pydata/xarray/issues/3631 MDEyOklzc3VlQ29tbWVudDU3ODUwNTQxNQ== spencerkclark 6628425 2020-01-26T14:10:54Z 2020-01-26T14:10:54Z MEMBER

Thanks @huard!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add support for CFTimeIndex in get_clean_interp_index 538620718
578322789 https://github.com/pydata/xarray/pull/3631#issuecomment-578322789 https://api.github.com/repos/pydata/xarray/issues/3631 MDEyOklzc3VlQ29tbWVudDU3ODMyMjc4OQ== spencerkclark 6628425 2020-01-24T22:13:11Z 2020-01-24T22:13:11Z MEMBER

Indeed thanks @huard -- I'll give this another once-over tomorrow. If everything checks out, which I anticipate it will, I'll merge it then.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add support for CFTimeIndex in get_clean_interp_index 538620718
578272334 https://github.com/pydata/xarray/pull/3631#issuecomment-578272334 https://api.github.com/repos/pydata/xarray/issues/3631 MDEyOklzc3VlQ29tbWVudDU3ODI3MjMzNA== spencerkclark 6628425 2020-01-24T19:41:15Z 2020-01-24T19:41:15Z MEMBER

It seems like assert_allclose doesn't like nans. Other suggestion ?

Hmm...I think it should treat NaNs as equal by default. Are you using the version defined here?

https://github.com/pydata/xarray/blob/ecd67f457240db5bc3316c092ca0bb3a134b4239/xarray/tests/init.py#L170

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add support for CFTimeIndex in get_clean_interp_index 538620718

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