home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 345322908 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 3

  • DocOtak 3
  • ocefpaf 1
  • shoyer 1

author_association 2

  • CONTRIBUTOR 4
  • MEMBER 1

issue 1

  • BUG: modify behavior of Dataset.filter_by_attrs to match netCDF4.Data… · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
416423848 https://github.com/pydata/xarray/pull/2322#issuecomment-416423848 https://api.github.com/repos/pydata/xarray/issues/2322 MDEyOklzc3VlQ29tbWVudDQxNjQyMzg0OA== DocOtak 868027 2018-08-28T01:48:00Z 2018-08-28T01:48:00Z CONTRIBUTOR

Hey @shoyer no worries, we all get busy with other things. Seems I messed up the docs slightly, a fix is in #2386

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  BUG: modify behavior of Dataset.filter_by_attrs to match netCDF4.Data… 345322908
416419719 https://github.com/pydata/xarray/pull/2322#issuecomment-416419719 https://api.github.com/repos/pydata/xarray/issues/2322 MDEyOklzc3VlQ29tbWVudDQxNjQxOTcxOQ== shoyer 1217238 2018-08-28T01:21:50Z 2018-08-28T01:21:50Z MEMBER

thanks @DocOtak -- both for your contribution and your patience with my slow response here!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  BUG: modify behavior of Dataset.filter_by_attrs to match netCDF4.Data… 345322908
415139088 https://github.com/pydata/xarray/pull/2322#issuecomment-415139088 https://api.github.com/repos/pydata/xarray/issues/2322 MDEyOklzc3VlQ29tbWVudDQxNTEzOTA4OA== ocefpaf 950575 2018-08-22T18:48:39Z 2018-08-22T18:48:39Z CONTRIBUTOR

@shoyer and @jhamman this looks good to go IMO. @DocOtak thanks for fixing my bug!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  BUG: modify behavior of Dataset.filter_by_attrs to match netCDF4.Data… 345322908
410381054 https://github.com/pydata/xarray/pull/2322#issuecomment-410381054 https://api.github.com/repos/pydata/xarray/issues/2322 MDEyOklzc3VlQ29tbWVudDQxMDM4MTA1NA== DocOtak 868027 2018-08-03T21:28:14Z 2018-08-03T21:28:14Z CONTRIBUTOR

@shoyer Hopefully I've done this all correctly, please have a look once all the tests pass.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  BUG: modify behavior of Dataset.filter_by_attrs to match netCDF4.Data… 345322908
408580878 https://github.com/pydata/xarray/pull/2322#issuecomment-408580878 https://api.github.com/repos/pydata/xarray/issues/2322 MDEyOklzc3VlQ29tbWVudDQwODU4MDg3OA== DocOtak 868027 2018-07-28T04:06:03Z 2018-07-28T04:06:03Z CONTRIBUTOR

Wow this is sloppy.... I’ll get the test added and the code cleaned up.

Any thoughts on the modified doc string?

Should I add this change as “breaking” or “bug fix” in the what’s new doc?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  BUG: modify behavior of Dataset.filter_by_attrs to match netCDF4.Data… 345322908

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