Posts by Edu Barros • 59 points
4 posts
-
2
votes1
answer77
viewsQ: How to extract text from a selected Beautifulsoap element?
I’m making a simple Crawler to get some news from the financial market. The code below is working properly, but would like to extract only the headline and then delete the html/CSS codes. import…
-
0
votes1
answer632
viewsQ: Changing data from an entire table column - Python
battle in the "FOR" loop continues. Well, I’ve come across a problem I can’t solve. I have a table and all your data is of type string, in a certain column the data of each row are letters and…
pythonasked Edu Barros 59 -
1
votes1
answer306
viewsQ: Sqlite - Python insert data automatically
Hi, I’m writing an algorithm that collects information from dividend companies. The collection is performed and mounts a table and up to this point everything excellent. but I would like to save in…
-
-1
votes1
answer1130
viewsQ: Limit to Python 3 decimals
I made a script in python and need help. As you can see, a spreadsheet in excel is opened, treats the data and returns to another spreadsheet. When opening the new spreadsheet, the numbers get huge…