DEV Community

Discussion on: Working with CSV Files in Python

Collapse
 
tlayach profile image
Paulo GP

The examples in the post are for educational purposes only. I have another post that talks about the JSON format. I will try to rewrite the post using, for example, books. Thank you.

Collapse
 
manhdt profile image
thitkhotau

I saw some small projects, using .csv to create test data. Is it useful? I really don't want using csv. It's difficult to read and update raw data.