We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9397b5 commit 7d1322eCopy full SHA for 7d1322e
bisect/46512.py
@@ -11,4 +11,4 @@
11
print(df)
12
arr = df["A"]._values
13
print(arr)
14
-assert arr[1] is pd.NA, type(arr[1])
+assert arr[1] is np.nan, type(arr[1])
0 commit comments