Ask a question to get started
Enter to sendā¢Shift+Enter new line
Try to detect the file encoding.
Returns a list of FileEncoding tuples with the detected encodings ordered by confidence.
FileEncoding
detect_file_encodings( file_path: Union[str, Path], timeout: int = 5 ) -> List[FileEncoding]
file_path
Union[str, Path]
The path to the file to detect the encoding for.
timeout
int
5
The timeout in seconds for the encoding detection.