Skip to content

Commit 76e7131

Browse files
DOC: Update to cookbook.rst
Added link to CSV section referencing issue pandas-dev#2886 where read_csv fails with badly aligned data. @jreback should I expand the text to describe other scenarios?
1 parent fadfd90 commit 76e7131

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/cookbook.rst

+3
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ The :ref:`CSV <io.read_csv_table>` docs
206206
`Inferring dtypes from a file
207207
<http://stackoverflow.com/questions/15555005/get-inferred-dataframe-types-iteratively-using-chunksize>`__
208208

209+
`Dealing with badly aligned columns in a file
210+
<https://github.com/pydata/pandas/issues/2886>`__
211+
209212
.. _cookbook.sql:
210213

211214
SQL

0 commit comments

Comments
 (0)