fix on the way. ``` dt = pd.to_datetime(['NaT', '2014-01-01']) value_counts(dt) # should have one entry ``` (Actually there is an issue with timedeltas too (you can't create an timedelta index.)