home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 195971828 and user = 10050469 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

  • fmaussion · 3 ✖

issue 1

  • Things to complete before releasing xarray v0.9.0 · 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
274960256 https://github.com/pydata/xarray/issues/1167#issuecomment-274960256 https://api.github.com/repos/pydata/xarray/issues/1167 MDEyOklzc3VlQ29tbWVudDI3NDk2MDI1Ng== fmaussion 10050469 2017-01-24T22:29:41Z 2017-01-24T22:29:41Z MEMBER

@shoyer I've tested mpl on the fix-docs branch and they seem to build properly (see the dashboard), but for some reason xarray's webpage is unreachable right now so I can't see how it looks like. It's getting late here in central europe so if you want to make the release later today go ahead, MPL2 can wait.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Things to complete before releasing xarray v0.9.0 195971828
274944511 https://github.com/pydata/xarray/issues/1167#issuecomment-274944511 https://api.github.com/repos/pydata/xarray/issues/1167 MDEyOklzc3VlQ29tbWVudDI3NDk0NDUxMQ== fmaussion 10050469 2017-01-24T21:28:52Z 2017-01-24T21:28:52Z MEMBER

It is picky but it might be worth to pin mpl to v2 for nicer plots in the docs ;-) Am I allowed to try it out?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Things to complete before releasing xarray v0.9.0 195971828
274329348 https://github.com/pydata/xarray/issues/1167#issuecomment-274329348 https://api.github.com/repos/pydata/xarray/issues/1167 MDEyOklzc3VlQ29tbWVudDI3NDMyOTM0OA== fmaussion 10050469 2017-01-22T12:56:07Z 2017-01-24T21:18:40Z MEMBER

If I wrap up this thread, I see we are missing:

  • [x] https://github.com/pydata/xarray/pull/1170 (Unlimited dimensions / Dataset.encoding)
  • [x] https://github.com/pydata/xarray/pull/1222 (testing module)
  • [x] https://github.com/pydata/xarray/pull/1221 (document the repr)
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Things to complete before releasing xarray v0.9.0 195971828

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