Computer Science
Why are csv files popular for data storage ?
Python File Handling
3 Likes
Answer
CSV (Comma-Separated Values) files are popular for data storage due to the following reasons:
- Easier to create.
- Preferred export and import format for databases and spreadsheets.
- Capable of storing large amount of data.
Answered By
2 Likes