CBSE Class 12 Informatics Practices Question 6 of 70

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

Back to all questions
1
Question

Question 1

What is CSV file ? Is it a text file ?

Answer

The acronym CSV is short for Comma-Separated Values, which refers to a tabular data saved as plaintext where data values are separated by commas.