Posts by Andre Luiz Silva Oliveira • 31 points
2 posts
-
0
votes0
answers68
viewsQ: How to fill a Textbox and scrape data with Python?
I’m trying to analyze some data of the secretary of education. I’ve already made the requisition, but... I found a way to do this through the web even, however, there are many schools for this…
-
2
votes1
answer1184
viewsQ: Manipulating 3 GB Dataset with Pandas using Chunks
Hello! I’m trying to work with a *.csv file using Pandas in Python3 embedded in a Googlecloud VM. This VM has 16GB of memory and even so gave Memoryerror. To solve this problem I used the attribute…