df1
Pet
Dog-Ralph
Cat
2016-11-03 00:00:00
I have the dataframe above and I want to turn the '2016-11-03 00:00:00' value into a NaN value. Since it is the only value that contains a colon, how do I turn that value into NaN like below:
Pet
Dog-Ralph
Cat
NaN
Appreciate the help!