home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "CONTRIBUTOR", issue = 302153432 and user = 221526 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

  • dopplershift · 3 ✖

issue 1

  • Support __array_ufunc__ for xarray objects. · 3 ✖

author_association 1

  • CONTRIBUTOR · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
371681303 https://github.com/pydata/xarray/pull/1962#issuecomment-371681303 https://api.github.com/repos/pydata/xarray/issues/1962 MDEyOklzc3VlQ29tbWVudDM3MTY4MTMwMw== dopplershift 221526 2018-03-09T01:20:03Z 2018-03-09T01:20:03Z CONTRIBUTOR

Right. But such hooks would be sufficient to properly maintain the units attribute on a DataArray and check whether math made sense. This could use pint under the covers.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support __array_ufunc__ for xarray objects. 302153432
371680160 https://github.com/pydata/xarray/pull/1962#issuecomment-371680160 https://api.github.com/repos/pydata/xarray/issues/1962 MDEyOklzc3VlQ29tbWVudDM3MTY4MDE2MA== dopplershift 221526 2018-03-09T01:13:16Z 2018-03-09T01:13:16Z CONTRIBUTOR

At this point I'd be happy to have hooks that let me intercept/wrap ufunc operations, though I guess that's what #1938 is supporting in a more systematic way.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support __array_ufunc__ for xarray objects. 302153432
371650629 https://github.com/pydata/xarray/pull/1962#issuecomment-371650629 https://api.github.com/repos/pydata/xarray/issues/1962 MDEyOklzc3VlQ29tbWVudDM3MTY1MDYyOQ== dopplershift 221526 2018-03-08T22:43:26Z 2018-03-08T22:43:26Z CONTRIBUTOR

This looks awesome. Thoughts on where you think units fits in here?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support __array_ufunc__ for xarray objects. 302153432

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