UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf4 in position 0: unexpected end of data
MaxMaffio
Vertica Customer
Hi,
when running :
vp.pandas_to_vertica(df=df,
name="refresh_table_ct",
schema="Report")
I ge tthe error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf4 in position 0: unexpected end of data
I tried even with simple dataframe, like
df = pd.DataFrame({"aa":[1,2,3]})
but the error persists.
It happened suddenly, two days ago it worked fine and today I get this error message!!
0
Best Answer
-
SruthiA Administrator
This is a known issue. Please add more details on your vertica version, python version and client tool used in the below github link
0