We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 008ea64 + be5d004 commit d2b6403Copy full SHA for d2b6403
source/c06/p01_read_write_csv_data.rst
@@ -42,6 +42,7 @@
42
.. code-block:: python
43
44
from collections import namedtuple
45
+ import csv
46
with open('stock.csv') as f:
47
f_csv = csv.reader(f)
48
headings = next(f_csv)
0 commit comments