Posts by Rafael Ribeiro • 67 points
4 posts
-
3
votes1
answer41
viewsQ: Pivoting in Pandas
Hey there, guys. I have a table in pandas and would like to turn the values in the column DE_ANALITO into columns whose values would be what is in the column DE_RESULTADO.…
-
0
votes1
answer724
viewsQ: Site with hidden HTML
I need to extract the sales data of semi-new cars on some websites. One of the sites is the Locamerica company. However, on her website does not appear in the HTML page the content I need to…
-
0
votes1
answer470
viewsQ: Iterating web pages using Requests and Python
I am beginner in web scraping. How to learn making a database from data on selling semi-new cars on some websites. One of the sites is this url =…
-
3
votes2
answers638
viewsQ: error: "table sales has 6 Columns but 5 values Were supplied"
I created the following table in sql CREATE TABLE vendas ( ID INTEGER IDENTITY(1,1), Empresa VARCHAR (20), Modelo TEXT, Preco REAL, Kilometragem REAL, Ano INTEGER, PRIMARY KEY(ID) ); I put as key…