I recently got this error while trying to put my data into tensorflow format:
Error in py_call_impl(callable, dots$args, dots$keywords) :
ValueError: column_name: age vocabulary dtype must be string or integer. dtype: <dtype: 'float64'>.
Is there a command that will allow me to change the format of my data frame's column name from a float to a string?
Thank you!