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 b698772 commit e6a831fCopy full SHA for e6a831f
pandas/lib.pyx
@@ -901,7 +901,7 @@ def clean_index_list(list obj):
901
902
@cython.boundscheck(False)
903
@cython.wraparound(False)
904
-def max_len_string_array(ndarray arr):
+def max_len_string_array(ndarray[object] arr):
905
""" return the maximum size of elements in a 1-dim string array """
906
cdef:
907
Py_ssize_t i, m = 0, l = 0, length = arr.shape[0]
0 commit comments