I'm working with a dataset with dates in this format: 2021-11-29T23:40:30.000Z
the variable is called created_at
I need to drop all observations after this point, but I can't figure out how. Do I need to change the format first? If so, to what and how? I think I know how to drop after that but I can't figure out how to reconfigure the dates. I'm very new at this and any help would be appreciated!
the variable is called created_at
I need to drop all observations after this point, but I can't figure out how. Do I need to change the format first? If so, to what and how? I think I know how to drop after that but I can't figure out how to reconfigure the dates. I'm very new at this and any help would be appreciated!

Comment