home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 834380377 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

  • spencerkclark 2
  • znicholls 1

author_association 2

  • MEMBER 2
  • CONTRIBUTOR 1

issue 1

  • BUG: Future time decoding · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
801955273 https://github.com/pydata/xarray/pull/5050#issuecomment-801955273 https://api.github.com/repos/pydata/xarray/issues/5050 MDEyOklzc3VlQ29tbWVudDgwMTk1NTI3Mw== spencerkclark 6628425 2021-03-18T14:04:09Z 2021-03-18T14:04:09Z MEMBER

Thanks @znicholls!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  BUG: Future time decoding 834380377
801927310 https://github.com/pydata/xarray/pull/5050#issuecomment-801927310 https://api.github.com/repos/pydata/xarray/issues/5050 MDEyOklzc3VlQ29tbWVudDgwMTkyNzMxMA== spencerkclark 6628425 2021-03-18T13:30:13Z 2021-03-18T13:31:38Z MEMBER

In the meantime it occurs to me that if you (or anyone else experiencing this issue) need a workaround, you should be able to set use_cftime=True in calls to open_dataset or decode_cf, and I think things should work (in that case it won't even try decoding the times with pandas).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  BUG: Future time decoding 834380377
801871642 https://github.com/pydata/xarray/pull/5050#issuecomment-801871642 https://api.github.com/repos/pydata/xarray/issues/5050 MDEyOklzc3VlQ29tbWVudDgwMTg3MTY0Mg== znicholls 23625371 2021-03-18T12:02:09Z 2021-03-18T12:02:09Z CONTRIBUTOR

If you can just add a what's new entry, I think this is ready to go!

Done, thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  BUG: Future time decoding 834380377

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