home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 191889405 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 3

  • shoyer 2
  • max-sixty 2
  • jhamman 1

issue 1

  • .rolling(...).count() ? · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
263435922 https://github.com/pydata/xarray/issues/1138#issuecomment-263435922 https://api.github.com/repos/pydata/xarray/issues/1138 MDEyOklzc3VlQ29tbWVudDI2MzQzNTkyMg== jhamman 2443309 2016-11-29T00:09:23Z 2016-11-29T00:09:23Z MEMBER

@MaximilianR - that is the best we can do.bottleneck doesn't have a move_count function so we will need to operate on the rolling object ourselves.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  .rolling(...).count() ? 191889405
263368296 https://github.com/pydata/xarray/issues/1138#issuecomment-263368296 https://api.github.com/repos/pydata/xarray/issues/1138 MDEyOklzc3VlQ29tbWVudDI2MzM2ODI5Ng== shoyer 1217238 2016-11-28T19:25:50Z 2016-11-28T19:25:50Z MEMBER

That looks like about the best we could do.

On Mon, Nov 28, 2016 at 11:22 AM, Maximilian Roos notifications@github.com wrote:

@shoyer https://github.com/shoyer should this do .notnull().rolling().sum(), or is there a specific rolling count function out there that would be better?

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

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  .rolling(...).count() ? 191889405
263367422 https://github.com/pydata/xarray/issues/1138#issuecomment-263367422 https://api.github.com/repos/pydata/xarray/issues/1138 MDEyOklzc3VlQ29tbWVudDI2MzM2NzQyMg== max-sixty 5635139 2016-11-28T19:22:48Z 2016-11-28T19:22:48Z MEMBER

@shoyer should this do .notnull().rolling().sum(), or is there a specific rolling count function out there that would be better?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  .rolling(...).count() ? 191889405
263184800 https://github.com/pydata/xarray/issues/1138#issuecomment-263184800 https://api.github.com/repos/pydata/xarray/issues/1138 MDEyOklzc3VlQ29tbWVudDI2MzE4NDgwMA== max-sixty 5635139 2016-11-28T05:10:10Z 2016-11-28T05:10:10Z MEMBER

OK will try and do a PR this week. Got a few others to get in first but this should be short

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  .rolling(...).count() ? 191889405
263184241 https://github.com/pydata/xarray/issues/1138#issuecomment-263184241 https://api.github.com/repos/pydata/xarray/issues/1138 MDEyOklzc3VlQ29tbWVudDI2MzE4NDI0MQ== shoyer 1217238 2016-11-28T05:03:54Z 2016-11-28T05:03:54Z MEMBER

Yes, I don't see why not?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  .rolling(...).count() ? 191889405

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