Skip to content

Commit 51ab6a2

Browse files
Fix merge issue closes pandas-dev#37705
1 parent afa5a12 commit 51ab6a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/source/whatsnew/v1.2.0.rst

-4
Original file line numberDiff line numberDiff line change
@@ -507,11 +507,7 @@ 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
511-
- Bug in :func:`read_html` was raising a ``TypeError`` when supplying a ``pathlib.Path`` argument to the ``io`` parameter (:issue:`37705`)
512-
=======
513510
- Bug in :func:`read_html` was raising a ``TypeError`` when supplying a ``pathlib.Path`` argument to the ``io`` parameter (:issue:`37705`)
514-
>>>>>>> 88bc2ee492633ab6a94be78384c5ac7524043322
515511

516512
Plotting
517513
^^^^^^^^

0 commit comments

Comments
 (0)