Skip to content

Commit b038137

Browse files
committed
fix typo
1 parent 92b0cc3 commit b038137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ def _convert_to_ndarrays(self, dct, na_values, na_fvalues, verbose=False,
16721672
try:
16731673
if (is_bool_dtype(cast_type) and
16741674
not is_categorical_dtype(cast_type)
1675-
and na_count > 0):
1675+
and na_count):
16761676
raise ValueError("Bool column has NA values in "
16771677
"column {column}"
16781678
.format(column=c))

0 commit comments

Comments
 (0)