home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where issue = 268487752 and user = 500246 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

  • gerritholl · 6 ✖

issue 1

  • da.plot.pcolormesh fails when there is a datetime coordinate · 6 ✖

author_association 1

  • CONTRIBUTOR 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
339515375 https://github.com/pydata/xarray/issues/1661#issuecomment-339515375 https://api.github.com/repos/pydata/xarray/issues/1661 MDEyOklzc3VlQ29tbWVudDMzOTUxNTM3NQ== gerritholl 500246 2017-10-26T00:40:20Z 2017-10-26T00:40:20Z CONTRIBUTOR

@TomAugspurger Is it this one?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  da.plot.pcolormesh fails when there is a datetime coordinate 268487752
339467595 https://github.com/pydata/xarray/issues/1661#issuecomment-339467595 https://api.github.com/repos/pydata/xarray/issues/1661 MDEyOklzc3VlQ29tbWVudDMzOTQ2NzU5NQ== gerritholl 500246 2017-10-25T20:52:30Z 2017-10-25T20:52:30Z CONTRIBUTOR

This happens after: https://github.com/pandas-dev/pandas/commit/2310faa109bdfd9ff3ef4fc19a163d790d60c645

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  da.plot.pcolormesh fails when there is a datetime coordinate 268487752
339451381 https://github.com/pydata/xarray/issues/1661#issuecomment-339451381 https://api.github.com/repos/pydata/xarray/issues/1661 MDEyOklzc3VlQ29tbWVudDMzOTQ1MTM4MQ== gerritholl 500246 2017-10-25T19:54:34Z 2017-10-25T19:54:34Z CONTRIBUTOR

The problem is triggered by a recent change in pandas. I'm currently bisecting pandas to see where it is but it's a little slow due to the compilation at every step.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  da.plot.pcolormesh fails when there is a datetime coordinate 268487752
339430955 https://github.com/pydata/xarray/issues/1661#issuecomment-339430955 https://api.github.com/repos/pydata/xarray/issues/1661 MDEyOklzc3VlQ29tbWVudDMzOTQzMDk1NQ== gerritholl 500246 2017-10-25T18:44:37Z 2017-10-25T18:44:37Z CONTRIBUTOR

Actually, it isn't in matplotlib really. It's xarrays responsibility after all. To plot with pcolormesh, one needs to convert the date axis using datenum, see https://stackoverflow.com/a/27918586/974555 . When plotting with xarray, that is out of control of the user, so there must be some step within xarray to prepare this. What I still don't know is why my code (not this MWE, but my actual code) worked several months ago but not now.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  da.plot.pcolormesh fails when there is a datetime coordinate 268487752
339416758 https://github.com/pydata/xarray/issues/1661#issuecomment-339416758 https://api.github.com/repos/pydata/xarray/issues/1661 MDEyOklzc3VlQ29tbWVudDMzOTQxNjc1OA== gerritholl 500246 2017-10-25T17:58:34Z 2017-10-25T17:58:34Z CONTRIBUTOR

Never mind, this is in matplotlib. See https://github.com/matplotlib/matplotlib/issues/9577.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  da.plot.pcolormesh fails when there is a datetime coordinate 268487752
339413389 https://github.com/pydata/xarray/issues/1661#issuecomment-339413389 https://api.github.com/repos/pydata/xarray/issues/1661 MDEyOklzc3VlQ29tbWVudDMzOTQxMzM4OQ== gerritholl 500246 2017-10-25T17:47:19Z 2017-10-25T17:47:19Z CONTRIBUTOR

I'm quite sure it worked in the past, but trying old versions of xarray yields the same error, so either my memory is wrong, or this started failing due to changes in dependencies.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  da.plot.pcolormesh fails when there is a datetime coordinate 268487752

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