home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 547702622 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • rpgoldman 3
  • dcherian 1

author_association 2

  • CONTRIBUTOR 3
  • MEMBER 1

issue 1

  • How do I add a new variable to dataset. · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
573184766 https://github.com/pydata/xarray/pull/3679#issuecomment-573184766 https://api.github.com/repos/pydata/xarray/issues/3679 MDEyOklzc3VlQ29tbWVudDU3MzE4NDc2Ng== dcherian 2448579 2020-01-10T20:02:17Z 2020-01-10T20:02:17Z MEMBER

Great. Thanks @rpgoldman Welcome to xarray!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How do I add a new variable to dataset. 547702622
573130411 https://github.com/pydata/xarray/pull/3679#issuecomment-573130411 https://api.github.com/repos/pydata/xarray/issues/3679 MDEyOklzc3VlQ29tbWVudDU3MzEzMDQxMQ== rpgoldman 3274 2020-01-10T17:30:50Z 2020-01-10T17:30:50Z CONTRIBUTOR

OK, I'm not trying to be difficult, but I think someone else who knows how RST works could fix this in 2.4 seconds, or I could bang my head on it for hours.

Would someone please just fix my syntax error and merge this?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How do I add a new variable to dataset. 547702622
573128900 https://github.com/pydata/xarray/pull/3679#issuecomment-573128900 https://api.github.com/repos/pydata/xarray/issues/3679 MDEyOklzc3VlQ29tbWVudDU3MzEyODkwMA== rpgoldman 3274 2020-01-10T17:26:36Z 2020-01-10T17:26:36Z CONTRIBUTOR

I didn't get the cross-reference syntax right. I've tried to fix it, and am waiting for a new check.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How do I add a new variable to dataset. 547702622
572812722 https://github.com/pydata/xarray/pull/3679#issuecomment-572812722 https://api.github.com/repos/pydata/xarray/issues/3679 MDEyOklzc3VlQ29tbWVudDU3MjgxMjcyMg== rpgoldman 3274 2020-01-10T00:02:57Z 2020-01-10T00:02:57Z CONTRIBUTOR

OK, I have tried to do as you suggested.

I looked at the directions for building the docs as you suggested, and I'm afraid it's too big an ask for me. I don't use conda, and I can't spare the time to learn it. Similarly, I know enough RST to write numpy-style docstrings, but I don't have the time to learn Sphinx. With all due respect, if xarray wants contributions from people like me, something has to be done to make this easier.

I'm just doing this because I'm contributing to Arviz, which depends on xarray. I can try to fix things if I see something wrong in the "Docs" check, but that's all I can do, I'm afraid.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How do I add a new variable to dataset. 547702622

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