I have the following data: Close dn mavg up pctB sig
2014-11-21 13:40:00 120462.8 120244.0 120427.2 120610.4 0.5973438 1 2014-11-21 13:45:00 120461.1 120282.7 120414.9 120547.0 0.6747622 0 2014-11-21 13:50:00 120635.2 120267.1 120418.6 120570.2 1.2145544 0 2014-11-21 13:55:00 120545.0 120266.0 120419.2 120572.4 0.9105750 -1 2014-11-21 14:00:00 120495.9 120265.5 120422.2 120578.9 0.7351776 -1 2014-11-21 14:05:00 120507.5 120267.1 120427.6 120588.2 0.7487046 -1
I am trying to reset the sig column to 0 every day when time is 14:00 (the result in the example above, will be that the value of sig in the 5th line will be 0 and not -1). I checked around but could not find how to make a condition based on part of the first column only (which is "data time" and my condition is time only).
Any advice will be helpfull.
Thank you!