Skip to content

Commit 4c03d07

Browse files
authored
Add GCS as supported filesystem for read_parquet (#36958)
1 parent 60f08a4 commit 4c03d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parquet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def read_parquet(path, engine: str = "auto", columns=None, **kwargs):
321321
----------
322322
path : str, path object or file-like object
323323
Any valid string path is acceptable. The string could be a URL. Valid
324-
URL schemes include http, ftp, s3, and file. For file URLs, a host is
324+
URL schemes include http, ftp, s3, gs, and file. For file URLs, a host is
325325
expected. A local file could be:
326326
``file://localhost/path/to/table.parquet``.
327327
A file URL can also be a path to a directory that contains multiple

0 commit comments

Comments
 (0)