Ask the community or our support engineers for answers to questions.
Hi all ,
Some complex code
stdata=st.table(df)
Some complex code
stdata.add_rows(dataframe) returning this error
PReviously its worked fine , now its giving error
elementType ‘alert’ is not a valid arrowAddRows target!
ccnd
October 7, 2021, 9:44pm
2
Hello!
I am running into the same error and am wondering if you ever came across a fix for this?
Thanks!
I met the same question, do you find any solution yet?
I had the same problem. The problem for me was that the data I was appending using add_rows did not have the same dtypes as the dataframe I was appending to.
1 Like