skip_error_value 属性
skip_error_value 属性
指示是否跳过列的无效值。 例如,如果列类型为 decimal ,则该值大于 decimal.MaxValue 并且此属性为真,我们不会再抛出异常。 默认值为假。
定义:
@property
def skip_error_value(self):
...
@skip_error_value.setter
def skip_error_value(self, value):
...
指示是否跳过列的无效值。 例如,如果列类型为 decimal ,则该值大于 decimal.MaxValue 并且此属性为真,我们不会再抛出异常。 默认值为假。
@property
def skip_error_value(self):
...
@skip_error_value.setter
def skip_error_value(self, value):
...