Skip to content

Commit

Permalink
DOC issue 54822: per @DavidToneian recommendation, I used a specific … (
Browse files Browse the repository at this point in the history
pandas-dev#54859)

DOC issue 54822: per @DavidToneian recommendation, I used a specific version of the wikipedia source page for the example of reading HTML content.
  • Loading branch information
idealcrouch authored and mroeschke committed Sep 11, 2023
1 parent 4b656d5 commit 43c67d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2619,7 +2619,7 @@ columns to strings.

.. code-block:: python
url_mcc = "https://en.wikipedia.org/wiki/Mobile_country_code"
url_mcc = "https://en.wikipedia.org/wiki/Mobile_country_code?oldid=899173761"
dfs = pd.read_html(
url_mcc,
match="Telekom Albania",
Expand Down

0 comments on commit 43c67d2

Please sign in to comment.