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: windows with TemporaryFile an read_csv #13398
dcloses #13398
Author: Matthieu Brucher <[email protected]>
Closes#13481 from mbrucher/issue-13398 and squashes the following commits:
8b52631 [Matthieu Brucher] Yet another small update for more general regex
0d54151 [Matthieu Brucher] Simplified
5871625 [Matthieu Brucher] Grammar
aa3f0aa [Matthieu Brucher] lint change
1c33fb5 [Matthieu Brucher] Simplified test and added what's new note.
d8ceb57 [Matthieu Brucher] lint changes
fd20aaf [Matthieu Brucher] Moved the test to the Python parser test file
98e476e [Matthieu Brucher] Using same way of referencing as just above, consistency.
119fb65 [Matthieu Brucher] Added reference to original issue in the test + test the result itself (assuming that previous test is OK)
5af8465 [Matthieu Brucher] Adding a test with Python engine
d8decae [Matthieu Brucher] #13398 Change the way of reading back to readline (consistent with the test before entering the function)
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.2.txt
+1
Original file line number
Diff line number
Diff line change
@@ -496,6 +496,7 @@ Bug Fixes
496
496
- Bug in ``pd.read_csv()`` in which the ``nrows`` argument was not properly validated for both engines (:issue:`10476`)
497
497
- Bug in ``pd.read_csv()`` with ``engine='python'`` in which infinities of mixed-case forms were not being interpreted properly (:issue:`13274`)
498
498
- Bug in ``pd.read_csv()`` with ``engine='python'`` in which trailing ``NaN`` values were not being parsed (:issue:`13320`)
499
+
- Bug in ``pd.read_csv()`` with ``engine='python'`` when reading from a tempfile.TemporaryFile on Windows with Python 3 (:issue:`13398`)
499
500
- Bug in ``pd.read_csv()`` that prevents ``usecols`` kwarg from accepting single-byte unicode strings (:issue:`13219`)
500
501
- Bug in ``pd.read_csv()`` that prevents ``usecols`` from being an empty set (:issue:`13402`)
501
502
- Bug in ``pd.read_csv()`` with ``engine=='c'`` in which null ``quotechar`` was not accepted even though ``quoting`` was specified as ``None`` (:issue:`13411`)
0 commit comments