home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • max-sixty 1
  • kmuehlbauer 1
  • keewis 1

issue 1

  • preserve original dimension, coordinate and variable order in ``concat`` · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
695155313 https://github.com/pydata/xarray/pull/4419#issuecomment-695155313 https://api.github.com/repos/pydata/xarray/issues/4419 MDEyOklzc3VlQ29tbWVudDY5NTE1NTMxMw== max-sixty 5635139 2020-09-19T03:01:52Z 2020-09-19T03:01:52Z MEMBER

Thanks @kmuehlbauer !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  preserve original dimension, coordinate and variable order in ``concat`` 700839138
692631321 https://github.com/pydata/xarray/pull/4419#issuecomment-692631321 https://api.github.com/repos/pydata/xarray/issues/4419 MDEyOklzc3VlQ29tbWVudDY5MjYzMTMyMQ== keewis 14808389 2020-09-15T10:39:38Z 2020-09-15T16:14:31Z MEMBER

thanks and sorry for that, I guess the error was caused by me proposing changes without testing they would actually work

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  preserve original dimension, coordinate and variable order in ``concat`` 700839138
692493030 https://github.com/pydata/xarray/pull/4419#issuecomment-692493030 https://api.github.com/repos/pydata/xarray/issues/4419 MDEyOklzc3VlQ29tbWVudDY5MjQ5MzAzMA== kmuehlbauer 5821660 2020-09-15T06:21:37Z 2020-09-15T06:21:37Z MEMBER

@keewis @dcherian I've tried to get rid of the ValueError: dimension 'time' already exists as a scalar variable in the test by using 1D numpy array. Hope this fits better now style-wise.

Also added whats-new.rst entry. This is now good to go from my side. Thanks for taking care.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  preserve original dimension, coordinate and variable order in ``concat`` 700839138

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