You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: read_csv interpreting NA value as comment when NA contains comment string (pandas-dev#38392)
* BUG: read_csv not converting to float for python engine with decimal sep, usecols and parse_dates
* Fix comment issues for python parser
* Add test
* Add whatsnew
* Revert "BUG: read_csv not converting to float for python engine with decimal sep, usecols and parse_dates"
This reverts commit 8c2e1ca
* Commit merge conflict
* Improve test
* Remove import
* Add c tests
* Remove function input
* Improve note
Co-authored-by: Jeff Reback <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.3.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,7 @@ MultiIndex
217
217
I/O
218
218
^^^
219
219
220
+
- Bug in :func:`read_csv` interpreting ``NA`` value as comment, when ``NA`` does contain the comment string fixed for ``engine="python"`` (:issue:`34002`)
220
221
- Bug in :func:`read_csv` raising ``IndexError`` with multiple header columns and ``index_col`` specified when file has no data rows (:issue:`38292`)
221
222
- Bug in :func:`read_csv` not accepting ``usecols`` with different length than ``names`` for ``engine="python"`` (:issue:`16469`)
222
223
- Bug in :func:`read_csv` raising ``TypeError`` when ``names`` and ``parse_dates`` is specified for ``engine="c"`` (:issue:`33699`)
0 commit comments