Skip to content

Conversation

@sanchit122006
Copy link

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.
  • If I used AI to develop this pull request, I prompted it to follow AGENTS.md.

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
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.

2 participants