Hi, i have a column called time_of_death that looks like this
time_death
09:00
11:55
19:11
17:16
05:30
01:23
16:35
14:04
20:35
17:56
19:14
21:20
05:30
12:06
I want to be able convert it to something that allows me to be able to say the number of deaths that occurred after 7pm (19:00). I also want to create a variable (such as "nightshift death" i,e. between 7pm and 7am), how can I do that?
time_death
09:00
11:55
19:11
17:16
05:30
01:23
16:35
14:04
20:35
17:56
19:14
21:20
05:30
12:06
I want to be able convert it to something that allows me to be able to say the number of deaths that occurred after 7pm (19:00). I also want to create a variable (such as "nightshift death" i,e. between 7pm and 7am), how can I do that?

Comment