home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 687035568 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • rabernat 1
  • dcherian 1

issue 1

  • Add xarray-compare to related projects · 2 ✖

author_association 1

  • MEMBER 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
687356880 https://github.com/pydata/xarray/pull/4382#issuecomment-687356880 https://api.github.com/repos/pydata/xarray/issues/4382 MDEyOklzc3VlQ29tbWVudDY4NzM1Njg4MA== dcherian 2448579 2020-09-04T20:08:06Z 2020-09-04T20:08:06Z MEMBER

test failure is unrelated. Thanks @astropenguin .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add xarray-compare to related projects 687035568
681900756 https://github.com/pydata/xarray/pull/4382#issuecomment-681900756 https://api.github.com/repos/pydata/xarray/issues/4382 MDEyOklzc3VlQ29tbWVudDY4MTkwMDc1Ng== rabernat 1197350 2020-08-27T11:53:14Z 2020-08-27T11:53:14Z MEMBER

Thanks for sharing this cool package! Looks vey useful. Definitely something we can list in "related projects". 😄

We have a concern: This package directly adds some methods to xarray.DataArray by using the accessor feature. For example, dataarray.isbetween() is implemented by registering an accessor whose name is 'isbetween'. This usage may not be what is expected by the xarray's developers.

Indeed, we should probably discourage this sort of "accessor hacking". Just out of curiosity, why did you opt for this rather than the more standard, dataarray.compare.isbetween()? I see your package was just released. Are you firmly committed to your API? Or could you consider deprecating it in favor of the recommended approach in a future release?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add xarray-compare to related projects 687035568

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