I am trying to read a domo dataset in Python through pydomo. I got an error about encoding. My data contains name/address which may have special characters. I manually downloaded the data to csv and read it in with read_csv and had the same issue initially. However, if I include 'encoding='latin1' in 'read_csv' parameter then it works. I wonder if there is a way to fix this with pydomo.
Please see below for my query.
Domo_Input_ID='xxxxxx'
df=domo.ds_get(Domo_Input_ID)
'utf-8' codec can't decode byte 0xf0 in position 11128958: invalid continuation byte