Created: 2022-07-20
Tags: #fleeting
CSV meaning Comma Separated Values
CSV is a flat-file database
Name, Favorite Snack
Jonathan, "Banana, Women(streets ver), Potato"
We can safely use , comma inside of " "
Safe, in a way that it will not separate the content and will stay into a single field
It stores data in tabular form as plain text

The first line of CSV file is the
header -> the example above header contains the names of the fields/features.The second to end of the line in CSV file
observation / record