Posts by Renato Lopo • 63 points
6 posts
-
0
votes0
answers282
viewsQ: Visual studio code terminal is not working properly
Hello, my vs code is having a problem where the terminal simply isn’t showing the username with the command line. as you can see in the image below appears only this screen where it is not possible…
-
0
votes1
answer124
viewsA: How to get a person’s friends and followers on Twitter using the tweepy library?
Try this f = open("amigos.txt","w") user = '@Carlos' count=300 # quantidade de seguidores que será retornado pela api (altere para quantidade que quiser, só cuidado com o limite da api) try:…
-
1
votes1
answer242
viewsQ: How to collect Tweets in real time with tweepy in Python
I am working on a project that consists of collecting the tweets posted here in Brazil, I am using the Twitter API and the tweepy library of Python, I can take the terms that are in trending Topics…
-
1
votes1
answer76
viewsQ: How to generate an ID to identify a student in a database with enrollments of several years?
I have the following basis of dice that contains enrollments of an institution that is developing a research, in the future to make a mapping of students I need an id that identifies each student,…
-
1
votes2
answers136
viewsQ: How to improve runtime
I have a csv with data from some matriculations I’m doing a study, I generated an id for each matriculation, and wanted to check if it repeats in the same year. I have the following code: # retorna…
-
0
votes0
answers49
viewsQ: Data manipulation with R
Hi, I have a school data frame and I need to calculate the evasion number. The program would be more or less that, only this way it takes a long time to finish executing. Does anyone know how I can…
rasked Renato Lopo 63