Skip to content

Commit 4ee3167

Browse files
committed
Update p01_read_write_csv_data.rst
140、141应合并为一行; 目前readdoc上的版本未显示此行
1 parent 4fb0a6a commit 4ee3167

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/c06/p01_read_write_csv_data.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@
137137

138138
.. code-block::
139139
140-
Street Address,Num-Premises,Latitude,Longitude
141-
5412 N CLARK,10,41.980262,-87.668452
140+
Street Address,Num-Premises,Latitude,Longitude 5412 N CLARK,10,41.980262,-87.668452
142141
143142
这样最终会导致在创建一个命名元组时产生一个 ``ValueError`` 异常而失败。
144143
为了解决这问题,你可能不得不先去修正列标题。

0 commit comments

Comments
 (0)