We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc95629 commit cf90995Copy full SHA for cf90995
doc/source/whatsnew/v0.21.1.txt
@@ -86,6 +86,8 @@ I/O
86
- Bug in :meth:`DataFrame.to_csv` when the table had ``MultiIndex`` columns, and a list of strings was passed in for ``header`` (:issue:`5539`)
87
- :func:`read_parquet` now allows to specify the columns to read from a parquet file (:issue:`18154`)
88
- :func:`read_parquet` now allows to specify kwargs which are passed to the respective engine (:issue:`18216`)
89
+- Bug in parsing integer datetime-like columns with specified format in ``read_sql`` (:issue:`17855`).
90
+
91
92
Plotting
93
^^^^^^^^
0 commit comments