home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "CONTRIBUTOR", issue = 1644759739 and user = 97012127 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

  • harshitha1201 · 5 ✖

issue 1

  • How xarray handles missing values · 5 ✖

author_association 1

  • CONTRIBUTOR · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1494684558 https://github.com/pydata/xarray/pull/7694#issuecomment-1494684558 https://api.github.com/repos/pydata/xarray/issues/7694 IC_kwDOAMm_X85ZFxOO harshitha1201 97012127 2023-04-03T17:08:13Z 2023-04-03T17:08:13Z CONTRIBUTOR

Thank you!! @TomNicholas and @headtr1ck for updating the commit

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How xarray handles missing values 1644759739
1491540395 https://github.com/pydata/xarray/pull/7694#issuecomment-1491540395 https://api.github.com/repos/pydata/xarray/issues/7694 IC_kwDOAMm_X85Y5xmr harshitha1201 97012127 2023-03-31T08:42:52Z 2023-03-31T08:42:52Z CONTRIBUTOR

@headtr1ck Read the docs build is failing. Is it due to issue #7703. Or the fault is on my side.

Yes, that is this issue.

okay!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How xarray handles missing values 1644759739
1491537685 https://github.com/pydata/xarray/pull/7694#issuecomment-1491537685 https://api.github.com/repos/pydata/xarray/issues/7694 IC_kwDOAMm_X85Y5w8V harshitha1201 97012127 2023-03-31T08:40:43Z 2023-03-31T08:40:43Z CONTRIBUTOR

@headtr1ck Read the docs build is failing. Is it due to issue #7703. Or the fault is on my side.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How xarray handles missing values 1644759739
1490794513 https://github.com/pydata/xarray/pull/7694#issuecomment-1490794513 https://api.github.com/repos/pydata/xarray/issues/7694 IC_kwDOAMm_X85Y27gR harshitha1201 97012127 2023-03-30T19:08:35Z 2023-03-30T19:08:35Z CONTRIBUTOR

@TomNicholas I have added explanation on computation.rst I have added a summary on faq.rst

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How xarray handles missing values 1644759739
1488035772 https://github.com/pydata/xarray/pull/7694#issuecomment-1488035772 https://api.github.com/repos/pydata/xarray/issues/7694 IC_kwDOAMm_X85YsZ-8 harshitha1201 97012127 2023-03-29T06:51:19Z 2023-03-29T06:51:19Z CONTRIBUTOR

@TomNicholas please review

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How xarray handles missing values 1644759739

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