-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
DOC: add Google Colab section to IO user guide #63333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: add Google Colab section to IO user guide #63333
Conversation
Explains files.upload() and drive.mount() integration with read_csv. References Colab IO notebook."
…chit122006/pandas into doc/add-google-colab-section
|
Thanks for the pull request, but a user is already working on this issue in #63102 and there are unrelated changes in this PR so closing for now |
Thanks for the quick review and the feedback! I completely understand why you closed the PR:
On that note, I'm currently working to resolve some recurring CI issues that were blocking my PR and are likely unrelated to the feature itself, specifically the 'Set up Conda' step failing with a 503 HTTP error and the Pyodide check failing with a similar error. I've tried forcing stable download URLs, but the problem persists. Would you be open to providing a hint or advice on how to resolve these persistent failing CI checks in the pandas repository? I'd like to get my environment stabilized so I can submit clean, passing PRs in the future. |
doc/source/user_guide/io.rstfile if fixing a bug or adding a new feature.AGENTS.md.This pull request adds a “Google Colab” subsection to user_guide/io.rst, showing how to load data into pandas using Colab’s file upload and Google Drive integration. The new section appears in the CSV & text files area so that it acts as an immediate practical application of the earlier filepath_or_buffer and io.StringIO concepts, helping users connect the documented parameters with real-world Colab workflows.