From f65c4899c1af33bdf90d0e3a577f457c449d77f9 Mon Sep 17 00:00:00 2001 From: Josh Temple <8672171+joshtemple@users.noreply.github.com> Date: Wed, 7 Oct 2020 16:50:01 -0400 Subject: [PATCH] Add GCS as supported filesystem for read_parquet --- pandas/io/parquet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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