`888 elif pandas_requires_conversion and any(d == ...
# mlforecast
m
888 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
j
Hey. Can you provide the full error?