Closed
Description
pandas\tests\io\test_html.py:886
D:\a\1\s\pandas\tests\io\test_html.py:886: FutureWarning: Starting with Pandas version 2.0 all arguments of read_html except for the argument 'io' will be keyword-only
result = self.read_html(data, "Arizona", index_col=0)[0]
We'll need to track down places where we're passing positional arguments like
pandas/pandas/tests/io/test_html.py
Line 886 in def6f6d