We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa640d commit e5b752eCopy full SHA for e5b752e
pandas/tests/io/parser/test_na_values.py
@@ -803,7 +803,7 @@ def test_bool_and_nan_to_int(all_parsers):
803
"""
804
msg = (
805
"cannot safely convert passed user dtype of int(64|32) for "
806
- "<class 'numpy.bool'> dtyped data in column 0 due to NA values"
+ "<class 'numpy.bool_?'> dtyped data in column 0 due to NA values"
807
)
808
if parser.engine == "python":
809
msg = "Unable to convert column 0 to type int(64|32)"
0 commit comments