home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 1466586967 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

  • tomwhite 1
  • kmuehlbauer 1

author_association 2

  • CONTRIBUTOR 1
  • MEMBER 1

issue 1

  • Zarr store array dtype changes for empty object string · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1560534067 https://github.com/pydata/xarray/issues/7328#issuecomment-1560534067 https://api.github.com/repos/pydata/xarray/issues/7328 IC_kwDOAMm_X85dA9wz kmuehlbauer 5821660 2023-05-24T06:37:39Z 2023-05-24T06:37:39Z MEMBER

@tomwhite Sorry for the delay here. I'll respond shortly on your PR #7862, but we might have to reiterate here later

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Zarr store array dtype changes for empty object string 1466586967
1330343446 https://github.com/pydata/xarray/issues/7328#issuecomment-1330343446 https://api.github.com/repos/pydata/xarray/issues/7328 IC_kwDOAMm_X85PS24W tomwhite 85085 2022-11-29T09:36:10Z 2022-11-29T09:37:19Z CONTRIBUTOR

This behaviour stems from this part of _infer_dtype where empty object arrays are converted to float arrays:

https://github.com/pydata/xarray/blob/3aa75c8d00a4a2d4acf10d80f76b937cadb666b7/xarray/conventions.py#L156-L157

Is there any reason we couldn't return strings.create_vlen_dtype(str) instead?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Zarr store array dtype changes for empty object string 1466586967

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