

2·
4 days agoDon’t use snap anymore, but I used to be able to turn my data off after loading the video, save it to gallery, then reset the app to prevent sending a message
Don’t use snap anymore, but I used to be able to turn my data off after loading the video, save it to gallery, then reset the app to prevent sending a message
Oh man, I remember when this was the new one
A Red Green car would be sturdier
Inplace=true will modify the original dataframe, while false will return the result in a new dataframe. When you assign a variable the result of in place=true (
dataframe = dataframe...(I place=true)
), you’ve overwritten the data frame with the result of that call (which is nothing, it happened in place)