char *** cs_file_csv_parse(const char *file_name, const char *separator, const int n_headers, const int n_columns, const int *col_idx, const bool ignore_missing_tokens, int *n_rows, int *n_cols)
Parse a csv file and export to a dataset (char ***).
Definition: cs_file_csv_parser.c:297