Colab Session vs Google Drive

Try actions and then reset the runtime to see what survives.

☁️
Temporary Runtime
memory, packages, session files
variable: city_count package: geopandas file: upload.csv
💾
Google Drive
persistent notebooks and results
notebook.ipynb results.csv
Temporary runtime: When you run code in Colab, variables live in the active runtime. They disappear when the runtime resets.