Skip to content

Commit 9b9e447

Browse files
authored
Update read_html docs (#59209)
1 parent ad09dc6 commit 9b9e447

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/io/html.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,10 @@ def read_html(
11781178
**after** `skiprows` is applied.
11791179
11801180
This function will *always* return a list of :class:`DataFrame` *or*
1181-
it will fail, i.e., it will *not* return an empty list.
1181+
it will fail, i.e., it will *not* return an empty list, save for some
1182+
rare cases.
1183+
It might return an empty list in case of inputs with single row and
1184+
``<td>`` containing only whitespaces.
11821185
11831186
Examples
11841187
--------

0 commit comments

Comments
 (0)