From d602f8685f179b7f889ae6efa63adafa4c03d20e Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 22 Nov 2017 20:31:09 +0100 Subject: [PATCH] DOC: add whatsnew for #17882 --- doc/source/whatsnew/v0.21.1.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/whatsnew/v0.21.1.txt b/doc/source/whatsnew/v0.21.1.txt index 558dd14f24b4f..5829481cdb731 100644 --- a/doc/source/whatsnew/v0.21.1.txt +++ b/doc/source/whatsnew/v0.21.1.txt @@ -86,6 +86,8 @@ I/O - Bug in :meth:`DataFrame.to_csv` when the table had ``MultiIndex`` columns, and a list of strings was passed in for ``header`` (:issue:`5539`) - :func:`read_parquet` now allows to specify the columns to read from a parquet file (:issue:`18154`) - :func:`read_parquet` now allows to specify kwargs which are passed to the respective engine (:issue:`18216`) +- Bug in parsing integer datetime-like columns with specified format in ``read_sql`` (:issue:`17855`). + Plotting ^^^^^^^^