home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "MEMBER", issue = 1120583442 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • dcherian · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1032008540 https://github.com/pydata/xarray/issues/6230#issuecomment-1032008540 https://api.github.com/repos/pydata/xarray/issues/6230 IC_kwDOAMm_X849gzNc dcherian 2448579 2022-02-07T22:40:18Z 2022-02-07T22:40:18Z MEMBER

Are we still removing IndexVariable? If not, we could define isin on Variable and IndexVariable and it would be quite clean.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [PERFORMANCE]: `isin` on `CFTimeIndex`-backed `Coordinate` slow  1120583442
1031766376 https://github.com/pydata/xarray/issues/6230#issuecomment-1031766376 https://api.github.com/repos/pydata/xarray/issues/6230 IC_kwDOAMm_X849f4Fo dcherian 2448579 2022-02-07T18:11:26Z 2022-02-07T18:11:26Z MEMBER

Do all pd.Index objects define .isin?

If so we could special case Index objects here (note duck_array_ops.isin is numpy.isin):

https://github.com/pydata/xarray/blob/d47cf0c850cb70429373782b3c1e0329d14fd05a/xarray/core/common.py#L1423-L1428

cc @shoyer

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [PERFORMANCE]: `isin` on `CFTimeIndex`-backed `Coordinate` slow  1120583442

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