home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 4bb9d9c6df77137f05e85c7cc6508fe7a93dc0e4

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
4bb9d9c6df77137f05e85c7cc6508fe7a93dc0e4 Refactor index vs. coordinate variable(s) (#5636) * split index / coordinate variable(s) - Pass Variable objects to xarray.Index constructor - The index should create IndexVariable objects (`coords` attribute) - PandasIndex: IndexVariable wraps PandasIndexingAdpater wraps pd.Index * one PandasIndexingAdapter subclass for multiindex * fastpath Index init + from_pandas_index classmethods * use classmethod constructors instead * add Index.copy and Index.__getitem__ methods * wip: clean-up Revert some changes made in #5102 + additional (temporary) fixes. * clean-up * add PandasIndex and PandasMultiIndex tests * remove unused import * doc: update what's new * use xindexes in map_blocks + temp fix Dataset constructor doesn't accept xarray indexes yet. Create new coordinates from the underlying pandas indexes. * update what's new with #5670 * typo 2021-08-09T07:56:56Z 2021-08-09T07:56:56Z 7c39fdcf60cc53af273aaf57e5babfd7c2fcd3db cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 4160723 19864447
Powered by Datasette · Queries took 2.861ms · About: xarray-datasette