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.23.1.txt
+8
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,14 @@ I/O
121
121
- Bug in :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` causes encoding error when compression and encoding are specified (:issue:`21241`, :issue:`21118`)
122
122
- Bug in :meth:`read_stata` and :class:`StataReader` which did not correctly decode utf-8 strings on Python 3 from Stata 14 files (dta version 118) (:issue:`21244`)
123
123
- Bug in IO JSON :func:`read_json` reading empty JSON schema with ``orient='table'`` back to :class:`DataFrame` caused an error (:issue:`21287`)
124
+
-
125
+
126
+
Plotting
127
+
^^^^^^^^
128
+
129
+
-
130
+
-
131
+
>>>>>>> b32fdc442... BUG: Fix encoding error in to_csv compression (#21300)
0 commit comments