home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1339568566

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/7363#issuecomment-1339568566 https://api.github.com/repos/pydata/xarray/issues/7363 1339568566 IC_kwDOAMm_X85P2DG2 14808389 2022-12-06T15:39:20Z 2022-12-06T15:39:20Z MEMBER

I think this is because you don't have an index along the dimension. Try any of python previous_observations.set_coords(["timestamps"]).swap_dims({"time": "timestamps"}).reindex(...) previous_observations.set_index({"time": "timestamps"}).reindex(...) (the only difference is the name of the dimension / coordinate you end up with)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1479121713
Powered by Datasette · Queries took 0.623ms · About: xarray-datasette