Posts by Gustavo Oliveira • 3 points
2 posts
-
-3
votes1
answer381
viewsQ: Frequency Table with two variables
Hello, I’m having a doubt that I can’t find the answer. I have a data set from a Statistics book that I’m studying Link to the dataset. When imported it appears as in the image. . What I would like…
pandasasked Gustavo Oliveira 3 -
0
votes2
answers63
viewsQ: Edit date value within a dataframe
I have this Dataframe and the date is in the following format: '2020-08-01' I would like to write a loop that iterates on each line and performs the switch to the following format: '01/08' I’m using…