home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where author_association = "NONE" and issue = 379415229 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

  • Feature: N-dimensional auto_combine · 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
437578022 https://github.com/pydata/xarray/pull/2553#issuecomment-437578022 https://api.github.com/repos/pydata/xarray/issues/2553 MDEyOklzc3VlQ29tbWVudDQzNzU3ODAyMg== pep8speaks 24736507 2018-11-10T11:40:54Z 2018-12-12T00:54:59Z NONE

Hello @TomNicholas! Thanks for updating the PR.

  • In the file xarray/backends/api.py, following are the PEP8 issues :

    Line 647:80: E501 line too long (81 > 79 characters)

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

    Line 381:36: E226 missing whitespace around arithmetic operator Line 536:75: E211 whitespace before '(' Line 537:57: E126 continuation line over-indented for hanging indent

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

    Line 148:1: W391 blank line at end of file

  • There are no PEP8 issues in the file xarray/tests/__init__.py !

  • In the file xarray/tests/test_backends.py, following are the PEP8 issues :

    Line 2165:36: E127 continuation line over-indented for visual indent Line 2172:36: E126 continuation line over-indented for hanging indent

  • In the file xarray/tests/test_combine.py, following are the PEP8 issues :

    Line 495:65: E211 whitespace before '(' Line 523:52: E231 missing whitespace after ',' Line 523:54: E231 missing whitespace after ',' Line 523:61: E231 missing whitespace after ',' Line 524:57: E241 multiple spaces after ',' Line 525:55: E241 multiple spaces after ',' Line 526:55: E241 multiple spaces after ',' Line 527:57: E241 multiple spaces after ',' Line 597:52: E203 whitespace before ',' Line 646:80: E501 line too long (85 > 79 characters) Line 647:80: E501 line too long (85 > 79 characters) Line 658:80: E501 line too long (83 > 79 characters) Line 659:80: E501 line too long (87 > 79 characters)

Comment last updated on December 12, 2018 at 00:54 Hours UTC
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Feature: N-dimensional auto_combine 379415229

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