We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08aa62a commit 0cac8d3Copy full SHA for 0cac8d3
doc/source/whatsnew/v0.21.1.txt
@@ -85,6 +85,7 @@ I/O
85
- Bug in :meth:`DataFrame.to_csv` when the table had ``MultiIndex`` columns, and a list of strings was passed in for ``header`` (:issue:`5539`)
86
- :func:`read_parquet` now allows to specify the columns to read from a parquet file (:issue:`18154`)
87
- :func:`read_parquet` now allows to specify kwargs which are passed to the respective engine (:issue:`18216`)
88
+- Bug in :meth:`DataFrame.to_msgpack` when serializing data of the numpy.bool_ datatype (:issue:`18390`)
89
90
Plotting
91
^^^^^^^^
0 commit comments