Skip to content

Commit b079e0e

Browse files
authored
Update v1.1.0.rst
1 parent fa2557b commit b079e0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,11 @@ I/O
10351035
- Bug in :meth:`~DataFrame.to_excel` could not handle the column name `render` and was raising an ``KeyError`` (:issue:`34331`)
10361036
- Bug in :meth:`~SQLDatabase.execute` was raising a ``ProgrammingError`` for some DB-API drivers when the SQL statement contained the `%` character and no parameters were present (:issue:`34211`)
10371037
- Bug in :meth:`~pandas.io.stata.StataReader` which resulted in categorical variables with difference dtypes when reading data using an iterator. (:issue:`31544`)
1038+
- :meth:`HDFStore.keys` has now an optional `include` parameter that allows the retrieval of all native HDF5 table names (:issue:`29916`)
1039+
- `TypeError` exceptions raised by :meth:`read_csv` and :meth:`read_table` were showing as ``parser_f`` when an unexpected keyword argument was passed (:issue:`25648`)
1040+
- Bug in :meth:`read_excel` for ODS files removes 0.0 values (:issue:`27222`)
1041+
- Bug in :meth:`ujson.encode` was raising an `OverflowError` with numbers larger than sys.maxsize (:issue: `34395`)
1042+
- Bug in :meth:`HDFStore.append_to_multiple` was raising a ``ValueError`` when the min_itemsize parameter is set (:issue:`11238`)
10381043
- Bug in :meth:`~DataFrame.to_json` with 'table' orient was writing wrong index field name for MultiIndex Dataframe with a single level. (:issue:`29928`)
10391044

10401045
Plotting

0 commit comments

Comments
 (0)