home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where user = 8944955 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

  • ziofil · 2 ✖

issue 1

  • Could a DataArrayRolling object compute an arbitrary function on rolling windows? 2

author_association 1

  • NONE 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
341760223 https://github.com/pydata/xarray/issues/1666#issuecomment-341760223 https://api.github.com/repos/pydata/xarray/issues/1666 MDEyOklzc3VlQ29tbWVudDM0MTc2MDIyMw== ziofil 8944955 2017-11-03T16:43:42Z 2017-11-03T16:44:40Z NONE

I'd love to, I can take a look at the code, but I'm afraid my skills are not up to the task yet... How would one implement slicing and indexing? By adding a method to DataArrayRolling?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Could a DataArrayRolling object compute an arbitrary function on rolling windows? 269297904
340594218 https://github.com/pydata/xarray/issues/1666#issuecomment-340594218 https://api.github.com/repos/pydata/xarray/issues/1666 MDEyOklzc3VlQ29tbWVudDM0MDU5NDIxOA== ziofil 8944955 2017-10-30T21:44:39Z 2017-10-31T13:42:02Z NONE

I didn't know I could just iterate through it! Thank you. It's very fast too. One thing though: I can iterate through the whole thing, but as it doesn't support indexing and it's not subscriptable, how do I extract the first n windows? Or from window w1 to window w2?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Could a DataArrayRolling object compute an arbitrary function on rolling windows? 269297904

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