-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Greetings, @shawnbrown
to be short,
my pd.Series is like:
Date
0 NaT
1 NaT
2 NaT
3 2010-12-31
4 2010-12-31
Name: Date, dtype: datetime64[ns]
the type of NaT is:
<class 'pandas._libs.tslibs.nattype.NaTType'>
when I use the following code:
with accepted(Extra(pd.NaT)):
validate(data, requirement)
I found that it the NaTs can not be recognized. I tried many types of Extra and tried using function but all faild.
here I need your help. Thanks for your work.
Metadata
Metadata
Assignees
Labels
No labels