'Right format of CSV file for Python

I'm trying to save excel raw data to a CSV file to use in Python. But there are several CSV formats to choose from to save the data [CSV UTF-8 (Comma delimited), CSV (Comma delimited), CSV (Macintosh), and CSV (MS-DOS)]. Which format works in Python?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source