Signature Description Parameters
template<typename ... Ts>
void
remove_data_by_loc(Index2D<I> range);
It removes the data rows from location begin to location end within range.
This function supports Python-like negative indexing. That is why the range type is int.
This function first calls make_consistent() that may add nan values to data columns.
Ts: The list of types for all columns. A type should be specified only once.
range: The begin and end iterators for data