BUG: Construction of Series with NAs and interval-of-datetime dtype raises error #41805
Closed
2 of 3 tasks
Labels
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
Datetime
Datetime data dtype
Dtype Conversions
Unexpected or buggy dtype conversions
Interval
Interval data type
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Code Sample, a copy-pastable example
Problem description
Instantiating a
Series
with NA values indata
fails ifdtype
is specified asinterval[datetime64[ns]]
, raising an error:Expected Output
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: