diff --git a/pandas/io/parquet.py b/pandas/io/parquet.py index 55256c928aad9..97ec0ed1f7fdc 100644 --- a/pandas/io/parquet.py +++ b/pandas/io/parquet.py @@ -321,7 +321,7 @@ def read_parquet(path, engine: str = "auto", columns=None, **kwargs): ---------- path : str, path object or file-like object Any valid string path is acceptable. The string could be a URL. Valid - 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 expected. A local file could be: ``file://localhost/path/to/table.parquet``. A file URL can also be a path to a directory that contains multiple