I want to calculate the standard deviation for the employee wise daily time.
following is the data frame or csv I am importing:
EmpCode,Date,InTime,OutTime,expetcedIn,expetcedOut
9889,01-Feb-17,9:34 AM,5:41:00 PM,9:30:00 AM,5:30:00 PM
How go about it in Python?