We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecedb54 commit 389964dCopy full SHA for 389964d
bisect/47101.py
@@ -0,0 +1,9 @@
1
+# BUG: type error in "mask_missing" method of core/missing.py #47101
2
+
3
+import pandas as pd
4
5
+print(pd.__version__)
6
7
+# case 1
8
+df = pd.DataFrame({"d": [pd.NA]})
9
+print(df.replace("", pd.NA))
0 commit comments