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

MaxMaffioMaxMaffio 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!!

Best Answer

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file