We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03b4a0 commit 5370b83Copy full SHA for 5370b83
doc/source/whatsnew/v1.2.0.rst
@@ -624,7 +624,7 @@ I/O
624
- Bug in :func:`read_html` was raising a ``TypeError`` when supplying a ``pathlib.Path`` argument to the ``io`` parameter (:issue:`37705`)
625
- :meth:`to_excel` and :meth:`to_markdown` support writing to fsspec URLs such as S3 and Google Cloud Storage (:issue:`33987`)
626
- Bug in :meth:`read_fw` was not skipping blank lines (even with ``skip_blank_lines=True``) (:issue:`37758`)
627
-- Parse missing values using :func:`read_json` with ``dtype=False`` to NaN instead of None (:issue:`28501`)
+- Parse missing values using :func:`read_json` with ``dtype=False`` to ``NaN`` instead of ``None`` (:issue:`28501`)
628
629
Plotting
630
^^^^^^^^
0 commit comments