home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where issue = 261131958 and user = 2443309 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

  • jhamman · 6 ✖

issue 1

  • Add methods for combining variables of differing dimensionality · 6 ✖

author_association 1

  • MEMBER 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
508802305 https://github.com/pydata/xarray/pull/1597#issuecomment-508802305 https://api.github.com/repos/pydata/xarray/issues/1597 MDEyOklzc3VlQ29tbWVudDUwODgwMjMwNQ== jhamman 2443309 2019-07-05T15:57:31Z 2019-07-05T15:57:31Z MEMBER

Kudos to @nbren12 for sticking with this one! Looking forward to seeing this one in the wild.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add methods for combining variables of differing dimensionality 261131958
494240726 https://github.com/pydata/xarray/pull/1597#issuecomment-494240726 https://api.github.com/repos/pydata/xarray/issues/1597 MDEyOklzc3VlQ29tbWVudDQ5NDI0MDcyNg== jhamman 2443309 2019-05-21T05:04:24Z 2019-05-21T05:04:24Z MEMBER

@pydata/xarray - would love to get some more eyes on this PR. Its been lingering but @nbren12 seems to have addressed all prior comments.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add methods for combining variables of differing dimensionality 261131958
482645695 https://github.com/pydata/xarray/pull/1597#issuecomment-482645695 https://api.github.com/repos/pydata/xarray/issues/1597 MDEyOklzc3VlQ29tbWVudDQ4MjY0NTY5NQ== jhamman 2443309 2019-04-12T16:51:30Z 2019-04-12T16:51:30Z MEMBER

@rabernat - you had asked for some changes in the early days of this PR. Are you satisfied with the current state here?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add methods for combining variables of differing dimensionality 261131958
445291957 https://github.com/pydata/xarray/pull/1597#issuecomment-445291957 https://api.github.com/repos/pydata/xarray/issues/1597 MDEyOklzc3VlQ29tbWVudDQ0NTI5MTk1Nw== jhamman 2443309 2018-12-07T16:44:54Z 2018-12-07T16:44:54Z MEMBER

@nbren12 - can we revive this? There or some conflicts but I think this was pretty close to done.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add methods for combining variables of differing dimensionality 261131958
338303735 https://github.com/pydata/xarray/pull/1597#issuecomment-338303735 https://api.github.com/repos/pydata/xarray/issues/1597 MDEyOklzc3VlQ29tbWVudDMzODMwMzczNQ== jhamman 2443309 2017-10-20T19:40:12Z 2017-10-20T19:40:47Z MEMBER

@nbren12 - can you add these methods to api.rst and add a note to whats-new (in addition to adding some docs to the reshaping page)?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add methods for combining variables of differing dimensionality 261131958
332950910 https://github.com/pydata/xarray/pull/1597#issuecomment-332950910 https://api.github.com/repos/pydata/xarray/issues/1597 MDEyOklzc3VlQ29tbWVudDMzMjk1MDkxMA== jhamman 2443309 2017-09-28T20:13:50Z 2017-09-28T20:13:50Z MEMBER

I want to let @shoyer and @rabernat weigh in on the API here.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add methods for combining variables of differing dimensionality 261131958

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