Posts by Diego Nascimento • 3 points
1 post
-
0
votes1
answer292
viewsQ: how to get the minimum average and maximum time of a timeseries with pandas, based on a column where the value is boleano?
I’m analyzing a timeseries returned with pandas ex: index----valor------timestamp <br> ----0 -------0-------- 2019-04-23 16:14:34.142540+00:00<br> ----1 -------0-------- 2019-04-23…