Skip to content

Commit 66440b2

Browse files
authored
DOC: Specify use of google cloud storage for CSVs (#31860)
1 parent 8680ddd commit 66440b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
----------
9090
filepath_or_buffer : str, path object or file-like object
9191
Any valid string path is acceptable. The string could be a URL. Valid
92-
URL schemes include http, ftp, s3, and file. For file URLs, a host is
92+
URL schemes include http, ftp, s3, gs, and file. For file URLs, a host is
9393
expected. A local file could be: file://localhost/path/to/table.csv.
9494
9595
If you want to pass in a path object, pandas accepts any ``os.PathLike``.

0 commit comments

Comments
 (0)