Posts by Lucas Zancheta • 25 points
2 posts
-
0
votes1
answer37
viewsQ: I would like to know faster ways to execute the insertion of information in one column based on the value of another
I have a Dataframe with numerous columns, but for the following question the important columns are: ID (number) of the report Product Event Example: id_relato event product 456 edema medication1 456…
-
1
votes1
answer46
viewsQ: How to not return only the last sentence in for loop?
I’m creating a for to store the data of each event in a sentence and then join it in a string. However, I only get a return of the last value. qtd_eventos = int(input('Informe a quantidade de…
pythonasked Lucas Zancheta 25