Posts by Thallys Geovany • 13 points
3 posts
-
-4
votes1
answer136
viewsQ: Go inside another For
Guys I’m needing to run a for inside another for but I’m not getting it. I need to store the result value within a variable. I’m not familiar with python, I believe this is the biggest problem.…
-
0
votes2
answers123
viewsQ: How to turn column into row in dataframe
I have two dataframes and would like to transform the data of the two columns of the 2nd df into rows to be added in sequence of the data of the 1st df. To illustrate create the two df and the final…
-
1
votes2
answers72
viewsQ: How to Find a value between columns
x = data.frame(Índice = c(1,2,3,4,5,6,7,8,9,10), Data = as.Date(c("2019-01-22", "2019-01-21", "2019-01-20", "2019-01-18", "2019-01-17", "2019-01-16", "2019-01-15", "2019-01-14", "2019-01-11",…
rasked Thallys Geovany 13