Skip to content

Commit 380e6ec

Browse files
Update pandas/_libs/parsers.pyx
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent 93c94b5 commit 380e6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/parsers.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ cdef class TextReader:
13461346
else:
13471347
return None
13481348

1349-
cdef bint _column_has_float(self, int64_t col,
1349+
cdef bint _column_has_float(self, Py_ssize_t col,
13501350
int64_t start, int64_t end,
13511351
bint na_filter, kh_str_starts_t *na_hashset):
13521352
"""Check if the column contains any float number."""

0 commit comments

Comments
 (0)