Python Programming - Reading and Writing Files - Discussion
Discussion Forum : Reading and Writing Files - General Questions (Q.No. 70)
70.
How can you write a list of dictionaries to a CSV file named "data.csv"?
Answer: Option
Explanation:
Using a context manager to open the file and
csv.writer()
to write a list of dictionaries to a CSV file.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers