typeInferenceDisabled property

bool? typeInferenceDisabled
getter/setter pair

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

If true, all columns are registered as strings.

Optional.

Implementation

core.bool? typeInferenceDisabled;