Skip to content

Conversation

@sanchit122006
Copy link

@sanchit122006 sanchit122006 commented Dec 16, 2025

Pandas IO docs: add a short section on using pandas IO in Google Colab, since a lot of people run pandas there but the docs don’t currently spell out the common patterns.

This adds a “Using pandas IO in Google Colab” subsection under the CSV & text files part of the IO user guide. It shows three basic workflows:

Uploading a local file with the Colab file upload widget, then reading it with pd.read_csv.

Mounting Google Drive and reading data from /content/drive/... using read_csv (and mentioning that the same pattern works for read_excel, read_parquet, etc.).

Reading from plain HTTP(S) URLs and briefly noting that S3 / GCS URLs also work as long as credentials and libraries are set up.

The goal is to give Colab users a concrete, copy‑pasteable starting point without having to piece this together from separate Colab and pandas docs.

@mroeschke
Copy link
Member

The changed code doesn't match the PR title or description.

You've already been notified once about making low quality AI generated pull requests to pandas, #63361 (comment). Please stop. If the project receives another low quality AI generated pull request from you, we will have to block you from this repository. Closing.

@mroeschke mroeschke closed this Dec 16, 2025
@sanchit122006
Copy link
Author

sanchit122006 commented Dec 17, 2025

The changed code doesn't match the PR title or description.

You've already been notified once about making low quality AI generated pull requests to pandas, #63361 (comment). Please stop. If the project receives another low quality AI generated pull request from you, we will have to block you from this repository. Closing.

Sorry sir my fault on previous PR's and also commited wrong file now, i am working on the issue, i now make PR with the changes only required which asked in issue,
Thanks for guiding !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: Explain how to load data in Google Colab

2 participants