Skip to content

Commit 92ef76e

Browse files
authored
DOC : Added gs to the list of valid URL schemes in the read_feather (#63261)
1 parent 3d1ad6b commit 92ef76e

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
@@ -96,7 +96,7 @@ def read_feather(
9696
path : str, path object, or file-like object
9797
String, path object (implementing ``os.PathLike[str]``), or file-like
9898
object implementing a binary ``read()`` function. The string could be a URL.
99-
Valid URL schemes include http, ftp, s3, and file. For file URLs, a host is
99+
Valid URL schemes include http, ftp, s3, gs and file. For file URLs, a host is
100100
expected. A local file could be: ``file://localhost/path/to/table.feather``.
101101
columns : sequence, default None
102102
If not provided, all columns are read.

0 commit comments

Comments
 (0)