You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow np.object dtypes into virtualfile_from_vectors (#684)
Loosen the check in `virtualfile_from_vectors` to allow for
any string-like dtype (np.str, np.object) by performing the
check using `pd.api.types.is_string_dtype()`. The array is
then converted (if needed) to a proper `np.str` dtype
before giving it to `put_strings`.
0 commit comments