-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
BugTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suiteWarningsWarnings that appear or should be added to pandasWarnings that appear or should be added to pandasgood first issue
Milestone
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
result = self.read_html(data, "Arizona", index_col=0)[0] |
Metadata
Metadata
Assignees
Labels
BugTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suiteWarningsWarnings that appear or should be added to pandasWarnings that appear or should be added to pandasgood first issue