-
Notifications
You must be signed in to change notification settings - Fork 840
Open
Description
These are suggested edits rather than a feature, but I had to pick an issue template.
Is your feature request related to a problem? Please describe.
I teach Python and pandas in Colab. My students don't necessarily have coding experience, so I need to explain how they can upload and load data. I'd like to point to the External data: Local Files, Drive, Sheets, and Cloud Storage notebook, but it's somewhat incomplete, in my opinion.
Describe the solution you'd like
I suggest adding the following:
- Uploading from the Files tab
- How to load uploaded data from pandas
- Linking to the IO tools page in pandas
- For mounting Drive locally, mentioning
Copy path - For InteractiveSheet, explaining how to use
urlto load an existing spreadsheet, as shown in the demo video
Describe alternatives you've considered
Creating my own explanation, which I have.
Additional context
I also happen to be a pandas maintainer.
Thanks!