CBSE Class 12 Informatics Practices Question 24 of 70

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

Back to all questions
5
Question

Question 5

Which argument do you specify with read_csv() to specify a separator character ?

  1. character
  2. char
  3. separator
  4. sep
Answer

sep

Reason — The sep argument in the read_csv() function is used to specify the separator character. By default, this is set to a comma (,).