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: Fix file-like objects failing in read_xml when iterparse is used (pandas-dev#50759)
* BUG: Fix file-like objects failing in read_xml when iterparse is used
* Revert whatsnew version conflict issue
* Add entry to 1.5.3 whatsnew version
* Move whatsnew note to v2.0.0; parameterize read mode in tests
* Split iterparse tests between file like and file IO
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.0.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -1024,6 +1024,7 @@ I/O
1024
1024
- Fixed issue where :func:`json_normalize` would incorrectly remove leading characters from column names that matched the ``sep`` argument (:issue:`49861`)
1025
1025
- Bug in :meth:`DataFrame.to_dict` not converting ``NA`` to ``None`` (:issue:`50795`)
1026
1026
- Bug in :meth:`DataFrame.to_json` where it would segfault when failing to encode a string (:issue:`50307`)
1027
+
- Bug in :func:`read_xml` where file-like objects failed when iterparse is used (:issue:`50641`)
0 commit comments