Skip to content

Commit afa5a12

Browse files
Fix comments closes pandas-dev#37705
2 parents 2fbea2a + 88bc2ee commit afa5a12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/whatsnew/v1.2.0.rst

+4
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,11 @@ I/O
507507
- Bug in :class:`HDFStore` was dropping timezone information when exporting :class:`Series` with ``datetime64[ns, tz]`` dtypes with a fixed HDF5 store (:issue:`20594`)
508508
- :func:`read_csv` was closing user-provided binary file handles when ``engine="c"`` and an ``encoding`` was requested (:issue:`36980`)
509509
- Bug in :meth:`DataFrame.to_hdf` was not dropping missing rows with ``dropna=True`` (:issue:`35719`)
510+
<<<<<<< HEAD
510511
- Bug in :func:`read_html` was raising a ``TypeError`` when supplying a ``pathlib.Path`` argument to the ``io`` parameter (:issue:`37705`)
512+
=======
513+
- Bug in :func:`read_html` was raising a ``TypeError`` when supplying a ``pathlib.Path`` argument to the ``io`` parameter (:issue:`37705`)
514+
>>>>>>> 88bc2ee492633ab6a94be78384c5ac7524043322
511515

512516
Plotting
513517
^^^^^^^^

0 commit comments

Comments
 (0)