Tom

Results 14 issues of Tom

**Description** You can select from a Series or Frame with an IndexHierarchy using HLoc, but when all you care about is the index, it would be nice to be able...

**Description** Currently, a `bloc` selection on a frame returns a series indexed by rows and columns, but that index is composed of Python tuples. Instead, it would be nice to...

**Description** I get a value error when trying to select both rows and columns from a frame with via_fill_value, when the row selector is not in the frame. **Example** ```python...

bug

**Description** reindex and other options that might change the dtype of a datetime64[ns] series can cause the values to become ints. I don't think reindex should change values. **Example** ```python...