Write the optional Python CSV reader parameters.
Answer:
Optional python CSV reader parameters are:
- Delimiter: It specifies the character that is used to separate fields.
- Quotechar: It specifies the character used to surround fields that contain the delimiter character.
- Escapechar: It specifies the character used to escape the delimiter character , in case quotes aren’t used .