Skip to content

Commit 8e53d06

Browse files
committed
BUG: PeriodIndex fails to handle NA, rather than putting NaT in its place (pandas-dev#46673)
1 parent ca6c0fd commit 8e53d06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/tslibs/period.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ from pandas._libs.tslibs.timedeltas cimport (
7272

7373
from pandas._libs.tslibs.conversion import DT64NS_DTYPE
7474

75-
from pandas._libs.missing cimport C_NA
7675
from pandas._libs.tslibs.dtypes cimport (
7776
FR_ANN,
7877
FR_BUS,

0 commit comments

Comments
 (0)