home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1397104515 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 2

  • headtr1ck 2
  • Amisha2778 1

author_association 2

  • COLLABORATOR 2
  • NONE 1

issue 1

  • Passing keyword arguments to external functions · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1484195481 https://github.com/pydata/xarray/issues/7130#issuecomment-1484195481 https://api.github.com/repos/pydata/xarray/issues/7130 IC_kwDOAMm_X85YdwaZ headtr1ck 43316012 2023-03-26T19:14:48Z 2023-03-26T19:15:00Z COLLABORATOR

I am trying out open source for the first time through Outreachy. Could you please guide me a little so that I could proceed with this issue.

Welcome to xarray! I think this issue requires some discussion before we can actually address code changes. It would be better to start with a different issue first.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Passing keyword arguments to external functions 1397104515
1484194681 https://github.com/pydata/xarray/issues/7130#issuecomment-1484194681 https://api.github.com/repos/pydata/xarray/issues/7130 IC_kwDOAMm_X85YdwN5 Amisha2778 100865724 2023-03-26T19:11:07Z 2023-03-26T19:11:07Z NONE

Hey @headtr1ck I am trying out open source for the first time through Outreachy. Could you please guide me a little so that I could proceed with this issue.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Passing keyword arguments to external functions 1397104515
1268398408 https://github.com/pydata/xarray/issues/7130#issuecomment-1268398408 https://api.github.com/repos/pydata/xarray/issues/7130 IC_kwDOAMm_X85LmjlI headtr1ck 43316012 2022-10-05T12:55:02Z 2022-10-05T12:55:02Z COLLABORATOR

All plot methods use the **kwargs to pass additional options to matplotlib.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Passing keyword arguments to external functions 1397104515

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