Skip to content

Commit a46c4ba

Browse files
committed
docs: Add gspread installation note for Google Sheets authentication
1 parent 2bda5bd commit a46c4ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/user_guide/io.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6387,6 +6387,7 @@ To read data from Google Sheets:
63876387
df = pd.read_csv(url)
63886388
63896389
# Option 2: Using authentication for private sheets
6390+
# Note: Requires gspread library (pip install gspread)
63906391
from google.colab import auth
63916392
import gspread
63926393
from google.auth import default

0 commit comments

Comments
 (0)