home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 681279877 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 4

  • spencerkclark 2
  • dcherian 1
  • playertr 1
  • stale[bot] 1

author_association 2

  • MEMBER 3
  • NONE 2

issue 1

  • to_zarr() failing after concatenating netcdfs with different time indexes · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1112152268 https://github.com/pydata/xarray/issues/4347#issuecomment-1112152268 https://api.github.com/repos/pydata/xarray/issues/4347 IC_kwDOAMm_X85CShjM stale[bot] 26384082 2022-04-28T12:37:49Z 2022-04-28T12:37:49Z NONE

In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity

If this issue remains relevant, please comment here or remove the stale label; otherwise it will be marked as closed automatically

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  to_zarr() failing after concatenating netcdfs with different time indexes 681279877
682025019 https://github.com/pydata/xarray/issues/4347#issuecomment-682025019 https://api.github.com/repos/pydata/xarray/issues/4347 MDEyOklzc3VlQ29tbWVudDY4MjAyNTAxOQ== playertr 23692810 2020-08-27T15:34:28Z 2020-08-27T15:34:28Z NONE

Thank you! I second the idea for a more useful error, Deepak. Hopefully this Github issue also helps people whose concatenations mysteriously fail, find a workaround in the meantime.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  to_zarr() failing after concatenating netcdfs with different time indexes 681279877
676802937 https://github.com/pydata/xarray/issues/4347#issuecomment-676802937 https://api.github.com/repos/pydata/xarray/issues/4347 MDEyOklzc3VlQ29tbWVudDY3NjgwMjkzNw== spencerkclark 6628425 2020-08-19T23:12:30Z 2020-08-19T23:12:30Z MEMBER

For sure, that sounds like a good idea in the meantime.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  to_zarr() failing after concatenating netcdfs with different time indexes 681279877
676516388 https://github.com/pydata/xarray/issues/4347#issuecomment-676516388 https://api.github.com/repos/pydata/xarray/issues/4347 MDEyOklzc3VlQ29tbWVudDY3NjUxNjM4OA== dcherian 2448579 2020-08-19T16:03:56Z 2020-08-19T16:03:56Z MEMBER

Maybe we can raise a more useful error linking back to this issue?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  to_zarr() failing after concatenating netcdfs with different time indexes 681279877
675774820 https://github.com/pydata/xarray/issues/4347#issuecomment-675774820 https://api.github.com/repos/pydata/xarray/issues/4347 MDEyOklzc3VlQ29tbWVudDY3NTc3NDgyMA== spencerkclark 6628425 2020-08-18T23:53:58Z 2020-08-18T23:53:58Z MEMBER

Thanks for raising this issue. Indeed, there is currently not a well-defined way of handling missing cftime values, so I'm not surprised that encoding failed with an obscure error. I think a good path forward here would be to start with addressing https://github.com/Unidata/cftime/issues/145, which we could build off of in xarray.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  to_zarr() failing after concatenating netcdfs with different time indexes 681279877

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