Document data types should be specified in column order (#6526)

This commit is contained in:
pierwill 2019-10-14 15:29:41 -07:00 committed by Daniel Nelson
parent b990901110
commit c8f4215ac5
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ values.
## For assigning explicit data types to columns.
## Supported types: "int", "float", "bool", "string".
## Specify types in order by column (e.g. `["string", "int", "float"]`)
## If this is not specified, type conversion will be done on the types above.
csv_column_types = []