home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 753874419 and user = 44210245 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

  • EricKeenan · 4 ✖

issue 1

  • .sel(...., method='nearest') fails for large requests. · 4 ✖

author_association 1

  • CONTRIBUTOR 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
740320785 https://github.com/pydata/xarray/issues/4630#issuecomment-740320785 https://api.github.com/repos/pydata/xarray/issues/4630 MDEyOklzc3VlQ29tbWVudDc0MDMyMDc4NQ== EricKeenan 44210245 2020-12-08T02:32:42Z 2020-12-08T02:32:42Z CONTRIBUTOR

Thanks for sharing! I'll give this a first shot before the end of the year.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  .sel(...., method='nearest') fails for large requests.  753874419
736869263 https://github.com/pydata/xarray/issues/4630#issuecomment-736869263 https://api.github.com/repos/pydata/xarray/issues/4630 MDEyOklzc3VlQ29tbWVudDczNjg2OTI2Mw== EricKeenan 44210245 2020-12-01T22:48:34Z 2020-12-01T22:48:34Z CONTRIBUTOR

I'd be happy to give this a shot. But I'm not sure where to start... Can you point me to an example PR that has done something similar?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  .sel(...., method='nearest') fails for large requests.  753874419
736758627 https://github.com/pydata/xarray/issues/4630#issuecomment-736758627 https://api.github.com/repos/pydata/xarray/issues/4630 MDEyOklzc3VlQ29tbWVudDczNjc1ODYyNw== EricKeenan 44210245 2020-12-01T19:09:52Z 2020-12-01T19:09:52Z CONTRIBUTOR

👏 👍 I didn't realize I needed to do that. Thanks for letting me know. Problem solved - marking this as closed.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  .sel(...., method='nearest') fails for large requests.  753874419
736752768 https://github.com/pydata/xarray/issues/4630#issuecomment-736752768 https://api.github.com/repos/pydata/xarray/issues/4630 MDEyOklzc3VlQ29tbWVudDczNjc1Mjc2OA== EricKeenan 44210245 2020-12-01T18:59:18Z 2020-12-01T18:59:18Z CONTRIBUTOR

@dcherian Thanks for pointing me in the right direction. I'm trying to implement this with vectorized indexing, but it seems that my queries need to exactly match the xarray object lat/lon, which is why I tried method='nearest'. Am I missing something?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  .sel(...., method='nearest') fails for large requests.  753874419

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