home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1215946244 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 4

  • dcherian 1
  • StanczakDominik 1
  • mgunyho 1
  • headtr1ck 1

author_association 3

  • CONTRIBUTOR 2
  • COLLABORATOR 1
  • MEMBER 1

issue 1

  • Add allow_failures flag to Dataset.curve_fit · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1575492166 https://github.com/pydata/xarray/pull/6515#issuecomment-1575492166 https://api.github.com/repos/pydata/xarray/issues/6515 IC_kwDOAMm_X85d6BpG mgunyho 20118130 2023-06-04T09:43:50Z 2023-06-04T09:43:50Z CONTRIBUTOR

Hi! I would also like to see this implemented, so I rebased this branch and added a test in #7891.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add allow_failures flag to Dataset.curve_fit 1215946244
1484196360 https://github.com/pydata/xarray/pull/6515#issuecomment-1484196360 https://api.github.com/repos/pydata/xarray/issues/6515 IC_kwDOAMm_X85YdwoI headtr1ck 43316012 2023-03-26T19:18:15Z 2023-03-26T19:18:15Z COLLABORATOR

@StanczakDominik are you still motivated to work on these tests?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add allow_failures flag to Dataset.curve_fit 1215946244
1110573524 https://github.com/pydata/xarray/pull/6515#issuecomment-1110573524 https://api.github.com/repos/pydata/xarray/issues/6515 IC_kwDOAMm_X85CMgHU StanczakDominik 11289391 2022-04-27T05:55:39Z 2022-04-27T05:55:39Z CONTRIBUTOR

Gah, I kept grepping for curve_fit with the underscore! 😅 Thanks for the pointer!

{
    "total_count": 2,
    "+1": 0,
    "-1": 0,
    "laugh": 1,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  Add allow_failures flag to Dataset.curve_fit 1215946244
1110171138 https://github.com/pydata/xarray/pull/6515#issuecomment-1110171138 https://api.github.com/repos/pydata/xarray/issues/6515 IC_kwDOAMm_X85CK94C dcherian 2448579 2022-04-26T19:30:50Z 2022-04-26T19:30:50Z MEMBER

Thanks @StanczakDominik can you add a test for this behaviour? The existing tests are here: https://github.com/pydata/xarray/blob/f2d0eb49b06f216117f048287e0796c1b6fd0a1d/xarray/tests/test_dataarray.py#L4079

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add allow_failures flag to Dataset.curve_fit 1215946244

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