convert_numeric_data property

convert_numeric_data property

The flag indicating whether strings in the file are converted to numeric values. Default is True.

Definition:

@property
def convert_numeric_data(self):
    ...
@convert_numeric_data.setter
def convert_numeric_data(self, value):
    ...

See Also