We're Moving!

The Vertica Forum is moving to a new OpenText Analytics Database (Vertica) Community.

Join us there to post discussion topics, learn about

product releases, share tips, access the blog, and much more.

Create My New Community Account Now


UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf4 in position 0: unexpected end of data — Vertica Forum

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

Best Answer

Leave a Comment

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