CSV
Comma Seperated value
• Stores tabular data rows and columns
• Comma delimits every value
• i.e values are separated by comma
• Defalut demiliter is - ,
( \t, |(pipe), ; (semi colon), : (colon))
• Import csv
• r, w , a, r+ ,w+ ,a+ To write csv
file
Writelin Writelin
e() es()
Writerobject and readerobject
• To change the received user data into delimited file is
performed by writerobject- [Link](file handle)
• Removes the delimited data from csv and returns the data
in the form of python .It fetches single row at a time -
[Link](file handle)