Skip to content

Commit 542533a

Browse files
jorisvandenbosscheTomAugspurger
authored andcommitted
DOC: add whatsnew for pandas-dev#17882 (pandas-dev#18433)
(cherry picked from commit cf90995)
1 parent 3113f40 commit 542533a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.21.1.txt

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ I/O
8686
- Bug in :meth:`DataFrame.to_csv` when the table had ``MultiIndex`` columns, and a list of strings was passed in for ``header`` (:issue:`5539`)
8787
- :func:`read_parquet` now allows to specify the columns to read from a parquet file (:issue:`18154`)
8888
- :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+
8991

9092

9193
Plotting

0 commit comments

Comments
 (0)