detect_separator property

detect_separator property

The property enables detection of a separator for CSV/TSV files.

For details, see the documentation.

Definition:

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

See Also