home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 218942553 and user = 306380 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

  • mrocklin · 4 ✖

issue 1

  • Add persist method to DataSet · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
291552859 https://github.com/pydata/xarray/pull/1349#issuecomment-291552859 https://api.github.com/repos/pydata/xarray/issues/1349 MDEyOklzc3VlQ29tbWVudDI5MTU1Mjg1OQ== mrocklin 306380 2017-04-04T16:19:17Z 2017-04-04T16:19:17Z MEMBER

Happy to contribute :)

On Tue, Apr 4, 2017 at 12:15 PM, Stephan Hoyer notifications@github.com wrote:

Thanks @mrocklin https://github.com/mrocklin!

I'm glad to see your first commit on the xarray side :).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/pull/1349#issuecomment-291551708, or mute the thread https://github.com/notifications/unsubscribe-auth/AASszLwitqAEZCJ2mQurx8GDwQNlbMayks5rsmymgaJpZM4Mxk7K .

{
    "total_count": 2,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 2,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add persist method to DataSet 218942553
291524501 https://github.com/pydata/xarray/pull/1349#issuecomment-291524501 https://api.github.com/repos/pydata/xarray/issues/1349 MDEyOklzc3VlQ29tbWVudDI5MTUyNDUwMQ== mrocklin 306380 2017-04-04T14:50:57Z 2017-04-04T14:50:57Z MEMBER

Added docs. Also removed section on dask.array not providing automatic chunk alignment (this is now supported)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add persist method to DataSet 218942553
291489495 https://github.com/pydata/xarray/pull/1349#issuecomment-291489495 https://api.github.com/repos/pydata/xarray/issues/1349 MDEyOklzc3VlQ29tbWVudDI5MTQ4OTQ5NQ== mrocklin 306380 2017-04-04T12:50:20Z 2017-04-04T12:50:20Z MEMBER

Added DataArray.persist and a whats new entry

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add persist method to DataSet 218942553
291151666 https://github.com/pydata/xarray/pull/1349#issuecomment-291151666 https://api.github.com/repos/pydata/xarray/issues/1349 MDEyOklzc3VlQ29tbWVudDI5MTE1MTY2Ng== mrocklin 306380 2017-04-03T13:59:43Z 2017-04-03T13:59:43Z MEMBER

I suspect that there is more to do here, but I wanted to get the ball rolling on this.

cc @shoyer @rabernat @pwolfram

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add persist method to DataSet 218942553

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