tables::column::drop
template <is_primitive_type P>
column<P> drop(const std::size_t n) const
Returns column with first n elements dropped or empty column if n is more than size of column.
template <is_primitive_type P>
column<P> drop(const std::size_t n) const
Returns column with first n elements dropped or empty column if n is more than size of column.