Skip to content

Commit 5df9123

Browse files
DOC: add whatsnew for pandas-dev#11920 (pandas-dev#13953)
1 parent 1c7d194 commit 5df9123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.19.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ Other enhancements
409409
df.sort_values(by='row2', axis=1)
410410

411411
- Added documentation to :ref:`I/O<io.dtypes>` regarding the perils of reading in columns with mixed dtypes and how to handle it (:issue:`13746`)
412+
- Raise ImportError for in the sql functions when sqlalchemy is not installed and a connection string is used (:issue:`11920`).
413+
412414

413415
.. _whatsnew_0190.api:
414416

0 commit comments

Comments
 (0)