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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.1.txt
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Bug Fixes
36
36
- Compat with Cython 0.25 for building (:issue:`14496`)
37
37
38
38
39
+
- Bug in ``pd.read_csv`` for the C engine in which quotation marks were improperly parsed in skipped rows (:issue:`14459`)
39
40
- Bug in ``pd.read_csv`` for Python 2.x in which Unicode quote characters were no longer being respected (:issue:`14477`)
40
41
- Bug in localizing an ambiguous timezone when a boolean is passed (:issue:`14402`)
41
42
- Bug in ``TimedeltaIndex`` addition with a Datetime-like object where addition overflow in the negative direction was not being caught (:issue:`14068`, :issue:`14453`)
0 commit comments