Computer Science - Class 12
Chapter 2 - File Handling in Python

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 .

 

 

 

 

Ask a doubt
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.