Skip to content

Commit 164ee0c

Browse files
committed
fixed a type
1 parent fa6c467 commit 164ee0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11286,7 +11286,7 @@ def _make_logical_function(
1128611286
name2=name2,
1128711287
see_also=see_also,
1128811288
examples=examples,
11289-
empty_value=empty_value,
11289+
empty_value=str(empty_value),
1129011290
)
1129111291
def logical_func(self, axis=0, bool_only=None, skipna=True, level=None, **kwargs):
1129211292
"""

0 commit comments

Comments
 (0)