File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -282,8 +282,8 @@ Bug fixes
282
282
- Bug in :func: `pandas.api.types.is_string_dtype ` while checking object array with no elements is of the string dtype (:issue: `54661 `)
283
283
- Bug in :meth: `DataFrame.apply ` where passing ``raw=True `` ignored ``args `` passed to the applied function (:issue: `55009 `)
284
284
- Bug in :meth: `pandas.DataFrame.melt ` where it would not preserve the datetime (:issue: `55254 `)
285
+ - Bug in :meth: `pandas.read_excel ` where ODS files with comments on time value cells failed to parse (:issue: `55200 `)
285
286
- Bug in :meth: `pandas.read_excel ` with a ODS file without cached formatted cell for float values (:issue: `55219 `)
286
- - Bug in :meth: `pandas.read_excel ` where ODS files with comments on time value cells failed to parse (related to :issue: `55200 `)
287
287
288
288
Categorical
289
289
^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments