Currently pad adds NaNs for coordinate labels, which results in substantially reduced functionality.
We need to think about
- Int, Float, Datetime64, CFTime indexes: linearly extrapolate? Should we care whether the index is sorted or not? (I think not)
- MultiIndexes: ??
- CategoricalIndexes: ??
- Unindexed dimensions
EDIT: Added unindexed dimensions
Currently
padadds NaNs for coordinate labels, which results in substantially reduced functionality.We need to think about
EDIT: Added unindexed dimensions