home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where issue = 366711310 and user = 24736507 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

  • pep8speaks · 1 ✖

issue 1

  • Add swap_coords to relevant 'See also' sections · 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
426958239 https://github.com/pydata/xarray/pull/2463#issuecomment-426958239 https://api.github.com/repos/pydata/xarray/issues/2463 MDEyOklzc3VlQ29tbWVudDQyNjk1ODIzOQ== pep8speaks 24736507 2018-10-04T09:58:20Z 2018-10-05T00:04:43Z NONE

Hello @nedclimaterisk! Thanks for updating the PR.

  • In the file xarray/core/common.py, following are the PEP8 issues :

    Line 209:80: E501 line too long (90 > 79 characters) Line 429:80: E501 line too long (82 > 79 characters) Line 465:80: E501 line too long (86 > 79 characters) Line 468:80: E501 line too long (84 > 79 characters) Line 472:80: E501 line too long (81 > 79 characters) Line 473:80: E501 line too long (87 > 79 characters) Line 486:80: E501 line too long (82 > 79 characters) Line 496:80: E501 line too long (80 > 79 characters) Line 505:80: E501 line too long (80 > 79 characters) Line 527:80: E501 line too long (84 > 79 characters) Line 560:80: E501 line too long (80 > 79 characters) Line 564:80: E501 line too long (81 > 79 characters) Line 568:80: E501 line too long (85 > 79 characters) Line 632:80: E501 line too long (81 > 79 characters) Line 636:80: E501 line too long (85 > 79 characters) Line 643:80: E501 line too long (86 > 79 characters) Line 649:80: E501 line too long (86 > 79 characters) Line 656:80: E501 line too long (89 > 79 characters) Line 706:23: E122 continuation line missing indentation or outdented Line 822:80: E501 line too long (80 > 79 characters)

  • In the file xarray/core/dataset.py, following are the PEP8 issues :

    Line 729:80: E501 line too long (81 > 79 characters) Line 740:80: E501 line too long (80 > 79 characters) Line 758:80: E501 line too long (88 > 79 characters) Line 769:80: E501 line too long (84 > 79 characters) Line 778:80: E501 line too long (84 > 79 characters) Line 785:80: E501 line too long (80 > 79 characters) Line 801:80: E501 line too long (84 > 79 characters) Line 818:80: E501 line too long (80 > 79 characters) Line 1097:80: E501 line too long (81 > 79 characters) Line 1207:80: E501 line too long (92 > 79 characters) Line 1386:80: E501 line too long (92 > 79 characters) Line 1422:71: W291 trailing whitespace Line 1645:80: E501 line too long (82 > 79 characters) Line 1784:80: E501 line too long (82 > 79 characters) Line 1887:80: E501 line too long (80 > 79 characters) Line 1888:80: E501 line too long (80 > 79 characters) Line 1998:16: E111 indentation is not a multiple of four Line 2005:1: W293 blank line contains whitespace Line 2192:80: E501 line too long (80 > 79 characters) Line 2277:80: E501 line too long (80 > 79 characters) Line 2995:80: E501 line too long (86 > 79 characters) Line 3002:80: E501 line too long (82 > 79 characters) Line 3044:80: E501 line too long (80 > 79 characters) Line 3762:80: E501 line too long (80 > 79 characters) Line 3843:80: E501 line too long (83 > 79 characters) Line 3921:80: E501 line too long (82 > 79 characters) Line 3927:80: E501 line too long (84 > 79 characters) Line 3938:80: E501 line too long (82 > 79 characters) Line 3941:80: E501 line too long (88 > 79 characters) Line 3942:80: E501 line too long (83 > 79 characters)

  • There are no PEP8 issues in the file xarray/core/groupby.py !

Comment last updated on October 05, 2018 at 00:04 Hours UTC
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add swap_coords to relevant 'See also' sections 366711310

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