home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 111795064 and user = 1322974 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • anntzer · 4 ✖

issue 1

  • string coordinate gets converted to object coordinate upon addition of variable to dataset · 4 ✖

author_association 1

  • CONTRIBUTOR 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
808802157 https://github.com/pydata/xarray/issues/627#issuecomment-808802157 https://api.github.com/repos/pydata/xarray/issues/627 MDEyOklzc3VlQ29tbWVudDgwODgwMjE1Nw== anntzer 1322974 2021-03-27T21:04:20Z 2021-03-27T21:04:20Z CONTRIBUTOR

I have not used xarray recently, so I have no opinion there.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  string coordinate gets converted to object coordinate upon addition of variable to dataset 111795064
468911836 https://github.com/pydata/xarray/issues/627#issuecomment-468911836 https://api.github.com/repos/pydata/xarray/issues/627 MDEyOklzc3VlQ29tbWVudDQ2ODkxMTgzNg== anntzer 1322974 2019-03-02T11:24:39Z 2019-03-02T11:24:39Z CONTRIBUTOR

I don't know whether it's pandas or xarray's fault, but the behavior is definitely still present.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  string coordinate gets converted to object coordinate upon addition of variable to dataset 111795064
459157183 https://github.com/pydata/xarray/issues/627#issuecomment-459157183 https://api.github.com/repos/pydata/xarray/issues/627 MDEyOklzc3VlQ29tbWVudDQ1OTE1NzE4Mw== anntzer 1322974 2019-01-30T23:46:43Z 2019-01-30T23:46:43Z CONTRIBUTOR

The bug is still valid.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  string coordinate gets converted to object coordinate upon addition of variable to dataset 111795064
148803581 https://github.com/pydata/xarray/issues/627#issuecomment-148803581 https://api.github.com/repos/pydata/xarray/issues/627 MDEyOklzc3VlQ29tbWVudDE0ODgwMzU4MQ== anntzer 1322974 2015-10-16T18:44:51Z 2015-10-16T18:44:51Z CONTRIBUTOR

object arrays look fine to me, but I don't have a strong opinion either.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  string coordinate gets converted to object coordinate upon addition of variable to dataset 111795064

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