home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER", issue = 192816291 and user = 10050469 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

  • fmaussion · 5 ✖

issue 1

  • Expose options for axis sharing between subplots · 5 ✖

author_association 1

  • MEMBER · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
265457836 https://github.com/pydata/xarray/pull/1148#issuecomment-265457836 https://api.github.com/repos/pydata/xarray/issues/1148 MDEyOklzc3VlQ29tbWVudDI2NTQ1NzgzNg== fmaussion 10050469 2016-12-07T14:16:51Z 2016-12-07T14:16:51Z MEMBER

Thanks @hoonhout !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Expose options for axis sharing between subplots 192816291
264485891 https://github.com/pydata/xarray/pull/1148#issuecomment-264485891 https://api.github.com/repos/pydata/xarray/issues/1148 MDEyOklzc3VlQ29tbWVudDI2NDQ4NTg5MQ== fmaussion 10050469 2016-12-02T15:49:52Z 2016-12-02T15:49:52Z MEMBER

Thanks @hoonhout ! We're still missing an entry on whats-new.rst ;)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Expose options for axis sharing between subplots 192816291
264463656 https://github.com/pydata/xarray/pull/1148#issuecomment-264463656 https://api.github.com/repos/pydata/xarray/issues/1148 MDEyOklzc3VlQ29tbWVudDI2NDQ2MzY1Ng== fmaussion 10050469 2016-12-02T14:18:42Z 2016-12-02T14:18:42Z MEMBER

This would likely brake existing code, so @shoyer has to decide upon this. The current defaults are probably inherited from seaborn

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Expose options for axis sharing between subplots 192816291
264457608 https://github.com/pydata/xarray/pull/1148#issuecomment-264457608 https://api.github.com/repos/pydata/xarray/issues/1148 MDEyOklzc3VlQ29tbWVudDI2NDQ1NzYwOA== fmaussion 10050469 2016-12-02T13:49:05Z 2016-12-02T13:49:05Z MEMBER

Great example, thanks!

Actually this would make a good test since failing to set the new kwargs to False would raise an error. Maybe you could add this simple test here?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Expose options for axis sharing between subplots 192816291
264405582 https://github.com/pydata/xarray/pull/1148#issuecomment-264405582 https://api.github.com/repos/pydata/xarray/issues/1148 MDEyOklzc3VlQ29tbWVudDI2NDQwNTU4Mg== fmaussion 10050469 2016-12-02T09:00:11Z 2016-12-02T09:00:11Z MEMBER

Yes, this looks quite straight forward! Tests would be good but I expect this to be difficult to do in the current testing framework, so no pressure on that.

What would be nice is to have an example of your usage of FacetGrid. You can either post it here or wait until I get to add https://github.com/pydata/xarray/issues/1061 to the docs!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Expose options for axis sharing between subplots 192816291

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