home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 588821932 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

  • dcherian 2
  • toddrjen 1
  • max-sixty 1

author_association 2

  • MEMBER 3
  • CONTRIBUTOR 1

issue 1

  • _indexes of DataArray are not deep copied · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
605546036 https://github.com/pydata/xarray/issues/3899#issuecomment-605546036 https://api.github.com/repos/pydata/xarray/issues/3899 MDEyOklzc3VlQ29tbWVudDYwNTU0NjAzNg== dcherian 2448579 2020-03-29T02:01:20Z 2020-03-29T02:01:20Z MEMBER

Closed by #3871

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  _indexes of DataArray are not deep copied 588821932
604791067 https://github.com/pydata/xarray/issues/3899#issuecomment-604791067 https://api.github.com/repos/pydata/xarray/issues/3899 MDEyOklzc3VlQ29tbWVudDYwNDc5MTA2Nw== toddrjen 2272878 2020-03-27T03:06:32Z 2020-03-27T03:06:32Z CONTRIBUTOR

My pull request #3871 has a fix already.

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  _indexes of DataArray are not deep copied 588821932
604784320 https://github.com/pydata/xarray/issues/3899#issuecomment-604784320 https://api.github.com/repos/pydata/xarray/issues/3899 MDEyOklzc3VlQ29tbWVudDYwNDc4NDMyMA== dcherian 2448579 2020-03-27T02:37:23Z 2020-03-27T02:37:23Z MEMBER

From a quick look maybe we do copy.deepcopy(indexes) in Dataset.copy and pass that to Dataset._replace?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  _indexes of DataArray are not deep copied 588821932
604780990 https://github.com/pydata/xarray/issues/3899#issuecomment-604780990 https://api.github.com/repos/pydata/xarray/issues/3899 MDEyOklzc3VlQ29tbWVudDYwNDc4MDk5MA== max-sixty 5635139 2020-03-27T02:23:11Z 2020-03-27T02:23:11Z MEMBER

Great spot @toddrjen .

@dcherian any ideas? I may have some spare time tomorrow to help fix

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  _indexes of DataArray are not deep copied 588821932

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