Skip to content

Commit 43b0423

Browse files
committed
Added gs to the list of valid URL schemes in the read_feather
1 parent b2a6d74 commit 43b0423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/feather_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def read_feather(
9292
path : str, path object, or file-like object
9393
String, path object (implementing ``os.PathLike[str]``), or file-like
9494
object implementing a binary ``read()`` function. The string could be a URL.
95-
Valid URL schemes include http, ftp, s3, and file. For file URLs, a host is
95+
Valid URL schemes include http, ftp, s3, gs and file. For file URLs, a host is
9696
expected. A local file could be: ``file://localhost/path/to/table.feather``.
9797
columns : sequence, default None
9898
If not provided, all columns are read.

0 commit comments

Comments
 (0)