We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64eaff5 commit 75de177Copy full SHA for 75de177
pandas/tests/io/test_html.py
@@ -135,8 +135,8 @@ def test_banklist_url(self):
135
@network
136
def test_spam_url(self):
137
url = (
138
- "http://ndb.nal.usda.gov/ndb/foods/show/300772?fg=&man=&"
139
- "lfacet=&format=&count=&max=25&offset=&sort=&qlookup=spam"
+ "https://raw.githubusercontent.com/pandas-dev/pandas/master/"
+ "pandas/tests/io/data/spam.html"
140
)
141
df1 = self.read_html(url, ".*Water.*")
142
df2 = self.read_html(url, "Unit")
0 commit comments