home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where issue = 510294810 and user = 22429695 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

  • codecov[bot] · 1 ✖

issue 1

  • Html repr · 1 ✖

author_association 1

  • NONE 1
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
545434643 https://github.com/pydata/xarray/pull/3425#issuecomment-545434643 https://api.github.com/repos/pydata/xarray/issues/3425 MDEyOklzc3VlQ29tbWVudDU0NTQzNDY0Mw== codecov[bot] 22429695 2019-10-23T13:07:59Z 2019-10-23T13:13:18Z NONE

Codecov Report

Merging #3425 into master will decrease coverage by 1.09%. The diff coverage is 23.12%.

```diff @@ Coverage Diff @@

master #3425 +/-

========================================= - Coverage 96.16% 95.06% -1.1%
========================================= Files 65 66 +1
Lines 13436 13587 +151
========================================= - Hits 12921 12917 -4
- Misses 515 670 +155 ```

| Impacted Files | Coverage Δ | | |---|---|---| | xarray/core/options.py | 97.91% <100%> (+0.09%) | :arrow_up: | | xarray/core/dataset.py | 95.89% <20%> (-0.23%) | :arrow_down: | | xarray/core/formatting_html.py | 21.05% <21.05%> (ø) | | | xarray/core/common.py | 91.92% <42.85%> (-1.29%) | :arrow_down: | | xarray/convert.py | 100% <0%> (ø) | :arrow_up: | | xarray/plot/facetgrid.py | 96.73% <0%> (ø) | :arrow_up: | | xarray/plot/plot.py | 96.38% <0%> (ø) | :arrow_up: | | xarray/backends/rasterio_.py | 96.85% <0%> (ø) | :arrow_up: | | xarray/plot/utils.py | 97.74% <0%> (ø) | :arrow_up: | | xarray/core/resample_cftime.py | 91.48% <0%> (ø) | :arrow_up: | | ... and 37 more | |


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b0c336f...3a9edae. Read the comment docs.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Html repr 510294810

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