I have read the documentation: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.values.html
My df has a mix of strings, objects and int dtypes. I have not found a way to control for using .values() on my df without having to reconvert my previous int dtype elements back from the downcast dtype.
Is there an easier way to do this?