Skip to content

Commit ff27f52

Browse files
authored
Update v1.1.0.rst
1 parent eaa6bad commit ff27f52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,6 @@ I/O
953953
- :func:`pandas.read_hdf` has a more explicit error message when loading an
954954
unsupported HDF file (:issue:`9539`)
955955
- Bug in :meth:`~DataFrame.read_feather` was raising an `ArrowIOError` when reading an s3 or http file path (:issue:`29055`)
956-
- Bug in :meth:`read_parquet` was raising a ``FileNotFoundError`` when passed an s3 directory path. (:issue:`26388`)
957956
- Bug in :meth:`~DataFrame.to_excel` could not handle the column name `render` and was raising an ``KeyError`` (:issue:`34331`)
958957
- 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`)
959958
- Bug in :meth:`~pandas.io.stata.StataReader` which resulted in categorical variables with difference dtypes when reading data using an iterator. (:issue:`31544`)

0 commit comments

Comments
 (0)