disableTypeInference property

bool? disableTypeInference
getter/setter pair

Whether to disable the inference of data type for CSV data.

If true, all columns will be registered as strings.

Optional.

Implementation

core.bool? disableTypeInference;