Posts by fabiogdy • 11 points
1 post
-
1
votes2
answers1450
viewsA: How to extract information from table(html) and move to a Dataframe - Using Selenium
Opa! Pandas has the read_html method (pandas.read_html)! If you can assign the html content of the page to some variable, you only need to pass this variable as parameter to the read_html method,…