home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 957439114 and user = 28786187 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

  • st-bender · 2 ✖

issue 1

  • Limit and format number of displayed dimensions in repr · 2 ✖

author_association 1

  • CONTRIBUTOR 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
904084591 https://github.com/pydata/xarray/pull/5662#issuecomment-904084591 https://api.github.com/repos/pydata/xarray/issues/5662 IC_kwDOAMm_X8414zxv st-bender 28786187 2021-08-23T20:08:30Z 2021-08-23T20:11:26Z CONTRIBUTOR

@Illviljan Thanks for this comparison, I certainly prefer the second one, it looks better aligned to me and we get a little more information on one page. But then that's only me. ;)

Edit: Not sure what you mean with the attributes, they all start in the 5th column, after 4 spaces like the officially recommended python indentation.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Limit and format number of displayed dimensions in repr 957439114
903520910 https://github.com/pydata/xarray/pull/5662#issuecomment-903520910 https://api.github.com/repos/pydata/xarray/issues/5662 IC_kwDOAMm_X8412qKO st-bender 28786187 2021-08-23T07:40:06Z 2021-08-23T07:40:06Z CONTRIBUTOR

The tests look good!

Any thoughts from anyone before we merge?

Looks good, but in my opinion this wastes some screen space on the left side. One could probably start a new line for the dimensions in a Dataset: python Dimensions: (long_coord_name_0_x: 20, long_coord_name_10_x: 20, ... or with some indenting: python Dimensions: (long_coord_name_0_x: 20, long_coord_name_10_x: 20, ... Maybe the same for the DataArray: python <xarray.DataArray 'LongDataArrayName' (dim_0: 2, dim_1: 2, dim_2: 2, dim_3: 2, dim_4: 2, dim_5: 2, dim_6: 2, dim_7: 2, dim_8: 2, dim_9: 2, dim_10: 2, dim_11: 2)> Just an idea.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Limit and format number of displayed dimensions in repr 957439114

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