what is CSV file in python
Answers
Answered by
0
Answer:
CSV (Comma Separated Values) is a simple file format used to store tabular data, such as a spreadsheet or database. A CSV file stores tabular data (numbers and text) in plain text. ... For working CSV files in python, there is an inbuilt module called csv.
Answered by
1
Answer:
CSV (Comma Separated Values) is a simple file format used to store tabular data, such as a spreadsheet or database. A CSV file stores tabular data (numbers and text) in plain text. ... For working CSV files in python, there is an inbuilt module called csv
Step-by-step explanation:
why did you ask this
Similar questions