Skip to content

Commit 4db4e25

Browse files
committed
read_table needs storage_options arg
1 parent 6b4c10e commit 4db4e25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/parsers/readers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ def read_table(
659659
low_memory=_c_parser_defaults["low_memory"],
660660
memory_map=False,
661661
float_precision=None,
662+
storage_options: StorageOptions = None,
662663
):
663664
# locals() should never be modified
664665
kwds = locals().copy()

0 commit comments

Comments
 (0)