We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7d194 commit 5df9123Copy full SHA for 5df9123
doc/source/whatsnew/v0.19.0.txt
@@ -409,6 +409,8 @@ Other enhancements
409
df.sort_values(by='row2', axis=1)
410
411
- 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
+
414
415
.. _whatsnew_0190.api:
416
0 commit comments