Skip to content

Commit 76a5f9d

Browse files
committed
DOC: Add Cross-reference to IO guide
1 parent 82fa271 commit 76a5f9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/user_guide/io.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ sep : str, defaults to ``','`` for :func:`read_csv`, ``\t`` for :func:`read_tabl
7575
delimiter : str, default ``None``
7676
Alternative argument name for sep.
7777

78+
For loading local CSV files in Google Colab, see the :ref:`Loading Data in Google Colab <io.colab>` section for upload methods.
79+
7880
Column and index locations and names
7981
++++++++++++++++++++++++++++++++++++
8082

@@ -3353,6 +3355,7 @@ using internally.
33533355
# Returns a DataFrame
33543356
pd.read_excel("path_to_file.xls", sheet_name="Sheet1")
33553357
3358+
For reading Excel files in online environments, refer to the :ref:`Loading Data in Google Colab <io.colab>` section, which covers Drive mounting and direct URL reading.
33563359

33573360
.. _io.excel.excelfile_class:
33583361

0 commit comments

Comments
 (0)