AttributeError: ‘GSheetsConnection’ object has no attribute ‘insert_df’
I get an error. If I replace it with update, it’s the same.
I have the Google Sheet API and JSON up in secrets.toml, and the tab I want to connect to is ‘Sheet1’. I’ve also shared my Google user account email ID.
+) I’m trying to do this for classroom use in a classroom of 20 people, will it work if I connect with Google Sheets? If not, I’m going to try MySQL (though I’ll have to study up)
Implemented with GPT-4O, with some modifications. I don’t know much about the code, so I’ve looked at the streamlit docs and Q&A, but I’ve posted this out of frustration. I hope you understand.