Posts by Douglas Almeida de Mesquita • 13 points
3 posts
-
0
votes1
answer95
viewsQ: Remove Row and Column Indexes in the Dataframe
I’m learning python and I started using pyqt5 as a graphical interface and, to force learning, I’m doing a little contest ball drawing. For data analysis I’m using DataFrame and adding to…
-
0
votes2
answers101
viewsA: Doubt about value extraction using Soup.findAll() in Python
Thank you for helping Gilmar Vaz. Now I will study Graphical Interface to integrate to code. import time import requests from bs4 import BeautifulSoup import pandas as pd import numpy as np url…
-
1
votes2
answers101
viewsQ: Doubt about value extraction using Soup.findAll() in Python
Good afternoon to all. I am studying python and learning to extract data on websites and to start this learning I am creating a program that will extract the data from the lotofacil site of the…