detect_separator property

detect_separator property

Detect a separator (for CSV/TSV files).

Remarks

For details, see the documentation.

Definition:

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

See Also