I am trying to use the ML Workbench module in datalab.
When running
%%ml analyze --cloud
output: gs://bucket/pathcontinued
data: model_3pcnt
features:
I get an error like.
File "pandas/_libs/lib.pyx", line 1052, in pandas._libs.lib.write_csv_rows
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 4: ordinal not in range(128)
I'm not sure how there can possibly be an encoding error reading directly from a bigquery table into a csv. Is there a workaround or reason writing to a csv is not working?