We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82f16e commit be5d004Copy full SHA for be5d004
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