Posts by Wellington Araujo Nogueira • 41 points
3 posts
-
0
votes2
answers4543
viewsQ: Turn columns into python pandas rows
I need to make some modifications to a dataframe but I’m not getting it. I’m using pandas. I have the table below: But I want her to stay that way? Someone can help me?…
-
3
votes1
answer1215
viewsQ: Configure Firefox webdriver in Selenium
I’m using Selenium (Python) to fetch some data from a site, at a given time I access a link that downloads a file. How to configure the webdriver (Firefox) to automatically accept the download,…
-
1
votes1
answer287
viewsQ: How to Scrapping a page that has a javascript’s using python ?
I need to make Scrapping of a page, but the entry of the page has a button (apparently a Javascript) that gives access to all the content of the page itself. Using traditional libs(urllib2,…