Document data types should be specified in column order (#6526)
This commit is contained in:
parent
b990901110
commit
c8f4215ac5
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue