Skip to content

Commit 31a4a02

Browse files
committed
block: save .tz in DatetimeTZBlock, discard DatetimeIndex
1. `.tz` info save as `DatetimeTZBlock.tz`, no longer need a `DatetimeIndex`. Multi-columns can share a same `DatetimeTZBlock` if they have same `tz`. (NotImplemented) 2. `_try_coerce_args` is implemented in `DatetimeLikeBlockMixin`, those override in subclass are removed. So as `_try_coerce_result`. (Benefited from `numpy` handing data) 3. `values_mask` and `other_mask` are also removed. (`numpy` can handle `NaT`)
1 parent 6c33b65 commit 31a4a02

File tree

3 files changed

+85
-212
lines changed

3 files changed

+85
-212
lines changed

0 commit comments

Comments
 (0)