Posts by Pedro • 31 points
3 posts
-
0
votes1
answer220
viewsQ: Switching pages in an html table with beautifulsoup
I’m collecting the data on this one website, using requests and beautifulsoup. I was able to collect all the data from page 1, but I cannot change the page. Python code variaveis = [] df_list = []…
-
1
votes0
answers332
viewsQ: Coefficients of a logistic regression
I would like to know how to show the table of statistics of the coefficients of the independent variables of a logistic model, in sklearn library
-
1
votes1
answer1698
viewsQ: Assigning values to dynamic variables
I’m trying to write a code that downloads the historical stock price series from yahoo Finance, then I need to separate the data. I want each variable to be named after the action. For example: I am…