We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0c2a4 commit 4874848Copy full SHA for 4874848
doc/source/whatsnew/v0.21.1.txt
@@ -87,6 +87,7 @@ I/O
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
+- Bug in :meth:`DataFrame.to_msgpack` when serializing data of the numpy.bool_ datatype (:issue:`18390`)
91
92
93
Plotting
0 commit comments