Skip to content

Commit 2d5589c

Browse files
DOC: add url variable for link attribution in HTML section of io.rts (#54680)
1 parent 329e8b8 commit 2d5589c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2448,7 +2448,7 @@ Read a URL with no options:
24482448

24492449
.. code-block:: ipython
24502450
2451-
In [320]: "https://www.fdic.gov/resources/resolutions/bank-failures/failed-bank-list"
2451+
In [320]: url = "https://www.fdic.gov/resources/resolutions/bank-failures/failed-bank-list"
24522452
In [321]: pd.read_html(url)
24532453
Out[321]:
24542454
[ Bank NameBank CityCity StateSt ... Acquiring InstitutionAI Closing DateClosing FundFund

0 commit comments

Comments
 (0)