The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf4 in position 0: unexpected end of data

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 Vertica Employee Employee
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