home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "NONE", issue = 145140657 and user = 810663 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

  • pelson · 4 ✖

issue 1

  • xarray to and from iris · 4 ✖

author_association 1

  • NONE · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
354980754 https://github.com/pydata/xarray/pull/814#issuecomment-354980754 https://api.github.com/repos/pydata/xarray/issues/814 MDEyOklzc3VlQ29tbWVudDM1NDk4MDc1NA== pelson 810663 2018-01-03T10:33:21Z 2018-01-03T10:33:21Z NONE

Closed by #1750?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray to and from iris 145140657
262359050 https://github.com/pydata/xarray/pull/814#issuecomment-262359050 https://api.github.com/repos/pydata/xarray/issues/814 MDEyOklzc3VlQ29tbWVudDI2MjM1OTA1MA== pelson 810663 2016-11-22T20:39:23Z 2016-11-22T20:39:23Z NONE

This is looking pretty comprehensive to me. Could maybe do with a couple of tests perhaps, but otherwise 👍 .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray to and from iris 145140657
228703831 https://github.com/pydata/xarray/pull/814#issuecomment-228703831 https://api.github.com/repos/pydata/xarray/issues/814 MDEyOklzc3VlQ29tbWVudDIyODcwMzgzMQ== pelson 810663 2016-06-27T10:00:54Z 2016-06-27T10:00:54Z NONE

@pelson @rhattersley any tips on handling the edge cases of cubes with some, but not all missing dim_coords?

I might consider something like (untested):

for dim in xrange(cube.ndim): try: dim_coord = cube.coord(dim_coords=True, dimensions=(dim,)) except iris.exceptions.CoordinateNotFoundError: index_coord = range(cube.shape[dim])

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray to and from iris 145140657
204692732 https://github.com/pydata/xarray/pull/814#issuecomment-204692732 https://api.github.com/repos/pydata/xarray/issues/814 MDEyOklzc3VlQ29tbWVudDIwNDY5MjczMg== pelson 810663 2016-04-02T10:40:59Z 2016-04-02T10:40:59Z NONE

Thanks for pinging @shoyer. I'll also ping @rhattersley, and one of us will take a good look in the next few days. :+1:

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray to and from iris 145140657

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