get_column_index
Method of CSVDocument.
get_column_index(const string column_name) -> integer
Returns the index of a column by its name.
Parameters
- column_name: The name of the column to retrieve the index for.