home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 113499493 and user = 953992 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

  • jreback · 5 ✖

issue 1

  • add rolling_apply method or function · 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
159757720 https://github.com/pydata/xarray/issues/641#issuecomment-159757720 https://api.github.com/repos/pydata/xarray/issues/641 MDEyOklzc3VlQ29tbWVudDE1OTc1NzcyMA== jreback 953992 2015-11-25T23:47:08Z 2015-11-25T23:47:08Z MEMBER

yep, agreed. anyhow I created a new issue for it https://github.com/pydata/pandas/issues/11704

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add rolling_apply method or function 113499493
159756318 https://github.com/pydata/xarray/issues/641#issuecomment-159756318 https://api.github.com/repos/pydata/xarray/issues/641 MDEyOklzc3VlQ29tbWVudDE1OTc1NjMxOA== jreback 953992 2015-11-25T23:43:03Z 2015-11-25T23:43:03Z MEMBER

it's not how it's implemented

that is MUCH slower that marginal calculations

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add rolling_apply method or function 113499493
159755572 https://github.com/pydata/xarray/issues/641#issuecomment-159755572 https://api.github.com/repos/pydata/xarray/issues/641 MDEyOklzc3VlQ29tbWVudDE1OTc1NTU3Mg== jreback 953992 2015-11-25T23:37:24Z 2015-11-25T23:37:24Z MEMBER

right, I think I will open a new issue for that. its actually a bit tricky as the iteration is done in cython itself, and its a marginal calculation anyhow (e.g. you just keep adding the new value, subtracting values that fall off the window).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add rolling_apply method or function 113499493
159754015 https://github.com/pydata/xarray/issues/641#issuecomment-159754015 https://api.github.com/repos/pydata/xarray/issues/641 MDEyOklzc3VlQ29tbWVudDE1OTc1NDAxNQ== jreback 953992 2015-11-25T23:24:09Z 2015-11-25T23:24:09Z MEMBER

ohh, @shoyer you are thinking about defining __iter__ on the Rolling, for a custom aggregation? or other reason

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add rolling_apply method or function 113499493
159753832 https://github.com/pydata/xarray/issues/641#issuecomment-159753832 https://api.github.com/repos/pydata/xarray/issues/641 MDEyOklzc3VlQ29tbWVudDE1OTc1MzgzMg== jreback 953992 2015-11-25T23:22:51Z 2015-11-25T23:22:51Z MEMBER

@shoyer breath holding :) https://github.com/pydata/pandas/pull/11603

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add rolling_apply method or function 113499493

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