Ml Club
07/09/2024, 8:43 AM888 elif pandas_requires_conversion and any(d == object for d in dtypes_orig):
889 # Force object if any of the dtypes is an object
890 dtype_orig = object
ValueError: at least one array or dtype is required
José Morales
07/15/2024, 4:20 PM