Skip to content

Commit f39e568

Browse files
committed
added documentation
1 parent 40379b9 commit f39e568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.23.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ I/O
690690
^^^
691691

692692
- :func:`read_html` now rewinds seekable IO objects after parse failure, before attempting to parse with a new parser. If a parser errors and the object is non-seekable, an informative error is raised suggesting the use of a different parser (:issue:`17975`)
693+
- :func:`read_html` now has an option to add an id to the leading `<table>` tag (:issue:`8496`)
693694
- Bug in :func:`read_msgpack` with a non existent file is passed in Python 2 (:issue:`15296`)
694695
- Bug in :func:`read_csv` where a ``MultiIndex`` with duplicate columns was not being mangled appropriately (:issue:`18062`)
695696
- Bug in :func:`read_csv` where missing values were not being handled properly when ``keep_default_na=False`` with dictionary ``na_values`` (:issue:`19227`)

0 commit comments

Comments
 (0)