home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 634700536 and user = 10194086 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: updated_at (date)

user 1

  • mathause · 5 ✖

issue 1

  • Fix: apply_ufunc with exclude_dims and vectorize · 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
676492230 https://github.com/pydata/xarray/pull/4130#issuecomment-676492230 https://api.github.com/repos/pydata/xarray/issues/4130 MDEyOklzc3VlQ29tbWVudDY3NjQ5MjIzMA== mathause 10194086 2020-08-19T15:20:56Z 2020-08-19T15:20:56Z MEMBER

Thanks @keewis!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix: apply_ufunc with exclude_dims and vectorize 634700536
676390398 https://github.com/pydata/xarray/pull/4130#issuecomment-676390398 https://api.github.com/repos/pydata/xarray/issues/4130 MDEyOklzc3VlQ29tbWVudDY3NjM5MDM5OA== mathause 10194086 2020-08-19T13:49:54Z 2020-08-19T13:49:54Z MEMBER

But unfortunately this doesn't help :( If you have another idea I am all ears. But anyways it should not stop anyone from reviewing.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix: apply_ufunc with exclude_dims and vectorize 634700536
676334438 https://github.com/pydata/xarray/pull/4130#issuecomment-676334438 https://api.github.com/repos/pydata/xarray/issues/4130 MDEyOklzc3VlQ29tbWVudDY3NjMzNDQzOA== mathause 10194086 2020-08-19T13:12:42Z 2020-08-19T13:12:42Z MEMBER

Thanks keewis! I don't think I would have figured that out. I pushed the tags to my fork.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix: apply_ufunc with exclude_dims and vectorize 634700536
676204299 https://github.com/pydata/xarray/pull/4130#issuecomment-676204299 https://api.github.com/repos/pydata/xarray/issues/4130 MDEyOklzc3VlQ29tbWVudDY3NjIwNDI5OQ== mathause 10194086 2020-08-19T11:40:43Z 2020-08-19T11:40:43Z MEMBER

Inplemented @shoyer's suggestion to add exclude_dims as optional argument to to_gufunc_string. The readthedocs error is a timeout so should be fine to review.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix: apply_ufunc with exclude_dims and vectorize 634700536
643967598 https://github.com/pydata/xarray/pull/4130#issuecomment-643967598 https://api.github.com/repos/pydata/xarray/issues/4130 MDEyOklzc3VlQ29tbWVudDY0Mzk2NzU5OA== mathause 10194086 2020-06-15T07:57:18Z 2020-06-15T07:57:18Z MEMBER

Sounds good. I can move _enumerate into to_gufunc_string. I think it makes sense to wait for #4060.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix: apply_ufunc with exclude_dims and vectorize 634700536

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