Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ flavor_read_html
Function
flavor_read_html
pandas/tests/io/test_html.py:104–105 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
102
],
103
)
104
def
flavor_read_html(request):
105
return
partial(read_html, flavor=request.param)
106
107
108
class
TestReadHtml:
Callers
15
test_literal_html_deprecation
Method · 0.85
test_to_html_compat
Method · 0.85
test_dtype_backend
Method · 0.85
test_banklist_url
Method · 0.85
test_spam_url
Method · 0.85
test_banklist
Method · 0.85
test_spam
Method · 0.85
test_spam_no_match
Method · 0.85
test_banklist_no_match
Method · 0.85
test_spam_header
Method · 0.85
test_skiprows_int
Method · 0.85
test_skiprows_range
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected