We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8680ddd commit 66440b2Copy full SHA for 66440b2
pandas/io/parsers.py
@@ -89,7 +89,7 @@
89
----------
90
filepath_or_buffer : str, path object or file-like object
91
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
+ URL schemes include http, ftp, s3, gs, and file. For file URLs, a host is
93
expected. A local file could be: file://localhost/path/to/table.csv.
94
95
If you want to pass in a path object, pandas accepts any ``os.PathLike``.
0 commit comments