You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, trying to write data to Azure but getting session crashes. Original dataframe that I tried to write was a tibble, converted to data frame and didn't get crashes anymore but this:
error: protect(): protection stack overflow.
Tried to figure out the error and some results suggested it would be because of a too big data frame. Did make the df smaller and was able to write without errors/crashes. Is there a size limit for this functionality?
The text was updated successfully, but these errors were encountered:
Hey, trying to write data to Azure but getting session crashes. Original dataframe that I tried to write was a tibble, converted to data frame and didn't get crashes anymore but this:
error: protect(): protection stack overflow.
Tried to figure out the error and some results suggested it would be because of a too big data frame. Did make the df smaller and was able to write without errors/crashes. Is there a size limit for this functionality?
The text was updated successfully, but these errors were encountered: