CBSE Class 12 Informatics Practices Question 21 of 70

Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 2

Back to all questions
2
Question

Question 2

A CSV file can take ............... character as separator.

  1. ,
  2. ~
  3. |
  4. \t
  5. only (a)
  6. all of these
Answer

all of these

Reason — All of the listed characters can be used as a separator in a CSV file, the default separator is comma.