I would like to specify the column types using arguments col_types when I read the csv files. However, the column number could be different in my multiple csv files (Some files include extra column).
When I specify extra column types and get an error messages:
Error: The following named parsers don't match the column names: sow_date1
It will be better to let us to specify extra columns for flexibility (or give a warning message).
I would like to specify the column types using arguments
col_typeswhen I read the csv files. However, the column number could be different in my multiple csv files (Some files include extra column).When I specify extra column types and get an error messages:
It will be better to let us to specify extra columns for flexibility (or give a warning message).