home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 232743076 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • wqshen 1
  • tbloch1 1
  • mjmedlej 1

issue 1

  • How can I drop attribute of DataArray · 3 ✖

author_association 1

  • NONE 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1090330555 https://github.com/pydata/xarray/issues/1437#issuecomment-1090330555 https://api.github.com/repos/pydata/xarray/issues/1437 IC_kwDOAMm_X85A_R-7 tbloch1 34276374 2022-04-06T14:21:15Z 2022-04-06T14:21:15Z NONE

Had the same issue, fixed it by using del ds.my_var.attrs['attr_to_delete'] before I tried to save my dataset.

{
    "total_count": 3,
    "+1": 3,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How can I drop attribute of DataArray 232743076
1080998388 https://github.com/pydata/xarray/issues/1437#issuecomment-1080998388 https://api.github.com/repos/pydata/xarray/issues/1437 IC_kwDOAMm_X85Abrn0 mjmedlej 102549022 2022-03-28T18:29:39Z 2022-03-28T18:29:39Z NONE

hello , how did it work for u cz I am stuck with the same problem

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  How can I drop attribute of DataArray 232743076
305365787 https://github.com/pydata/xarray/issues/1437#issuecomment-305365787 https://api.github.com/repos/pydata/xarray/issues/1437 MDEyOklzc3VlQ29tbWVudDMwNTM2NTc4Nw== wqshen 12339722 2017-06-01T01:46:12Z 2017-06-01T01:46:12Z NONE

Sorry, i get it, just use del

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  How can I drop attribute of DataArray 232743076

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