CBSE Class 12 Informatics Practices Question 26 of 44

Data Handling using Pandas — Question 27

Back to all questions
27
Question

Question 24

What are the advantages of CSV file formats?

Answer

The advantages of CSV file formats are as follows:

  1. It is a simple, compact and ubiquitous format for data storage.

  2. It is a common format for data interchange.

  3. It can be opened in popular spreadsheet packages like MS-Excel, Calc etc.

  4. Nearly all spreadsheets and databases support import/export to csv format.