home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 6e14df62f0b01d8ca5b04bd0ed2b5ee45444265d

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
6e14df62f0b01d8ca5b04bd0ed2b5ee45444265d Flexible indexes: add Index base class and xindexes properties (#5102) * add IndexAdapter class + move PandasIndexAdapter * wip: xarray_obj.indexes -> IndexAdapter objects * fix more broken tests * fix merge glitch * fix group bins tests * add xindexes property Use it internally instead of indexes * rename IndexAdapter -> Index * rename _to_index_adpater (typo) -> _to_xindex * add Index.to_pandas_index() method Also improve xarray_obj.indexes property implementation * rename PandasIndexAdpater -> PandasIndex * update index type in tests * ensure .indexes only returns pd.Index objects * PandasIndex: normalize other index in cmp funcs * fix merge lint errors * fix PandasIndex union/intersection * [skip-ci] add TODO comment about index sizes * address more PR comments * [skip-ci] update what's new * fix coord_names normalization * move what's new entry to unreleased section 2021-05-11T08:21:25Z 2021-05-11T08:21:25Z 7c39fdcf60cc53af273aaf57e5babfd7c2fcd3db cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 4160723 19864447
Powered by Datasette · Queries took 0.62ms · About: xarray-datasette