home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER", issue = 144920646 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • shoyer · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
251227137 https://github.com/pydata/xarray/pull/812#issuecomment-251227137 https://api.github.com/repos/pydata/xarray/issues/812 MDEyOklzc3VlQ29tbWVudDI1MTIyNzEzNw== shoyer 1217238 2016-10-03T21:06:25Z 2016-10-03T21:06:25Z MEMBER

Thanks! Let's see how the docs look at http://xarray.pydata.org/en/latest/whats-new.html in a few minutes after the doc build completes

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adds cummulative operators to API  144920646
250620823 https://github.com/pydata/xarray/pull/812#issuecomment-250620823 https://api.github.com/repos/pydata/xarray/issues/812 MDEyOklzc3VlQ29tbWVudDI1MDYyMDgyMw== shoyer 1217238 2016-09-29T23:28:51Z 2016-09-29T23:28:51Z MEMBER

Can you add a basic sanity check for DataArray.cumsum?

Others I think this just needs docs (on the What's New and API pages)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adds cummulative operators to API  144920646
248741868 https://github.com/pydata/xarray/pull/812#issuecomment-248741868 https://api.github.com/repos/pydata/xarray/issues/812 MDEyOklzc3VlQ29tbWVudDI0ODc0MTg2OA== shoyer 1217238 2016-09-21T21:01:44Z 2016-09-21T21:01:44Z MEMBER

We don't need to verify that every value is exactly as expected for Dataset/DataArray, but we should verify the general API (e.g., do at least one of cumsum/cumprod and make sure the result has the right dimensions and errors when it should). See the various test_reduce methods in test_dataset.py for examples.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adds cummulative operators to API  144920646
204176392 https://github.com/pydata/xarray/pull/812#issuecomment-204176392 https://api.github.com/repos/pydata/xarray/issues/812 MDEyOklzc3VlQ29tbWVudDIwNDE3NjM5Mg== shoyer 1217238 2016-03-31T23:41:59Z 2016-03-31T23:41:59Z MEMBER

@pwolfram dask will also definitely need nancumsum/nancumprod functions. These should be quite straightforward to add though given the existing infrastructure.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adds cummulative operators to API  144920646

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