home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 812753940

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/pull/5102#issuecomment-812753940 https://api.github.com/repos/pydata/xarray/issues/5102 812753940 MDEyOklzc3VlQ29tbWVudDgxMjc1Mzk0MA== 1217238 2021-04-02T23:30:53Z 2021-04-02T23:30:53Z MEMBER
  • the xarray_obj.indexes properties now returns IndexAdapter (PandasIndexAdapter) instances instead of pandas.Index instances

The latter is a breaking change, although I'm not sure if the indexes property has been made public yet.

This is indeed unfortunately a public API, so we should think about how to roll this out with minimal disruption.

For example: maybe .indexes should continue to return pandas.Index objects for now, by unwrapped IndexAdapters sorted in ._indexes?

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