Supports indexed access and mutation via methods or []
operators.
Returns a mutable reference to the element at the given physical column index.
Panics if col_idx
is out of bounds.
Returns a mutable reference to the element in the column named col_name
.
Panics if the column name is not found.
Sets the element at the given physical column index to value
.
Panics if col_idx
is out of bounds.