Skip to content

Commit f422c10

Browse files
committed
Fix ci issue
1 parent cc07c77 commit f422c10

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
@@ -1003,6 +1003,7 @@ def read_table(
10031003
memory_map: bool = False,
10041004
float_precision: Literal["high", "legacy", "round_trip"] | None = None,
10051005
storage_options: StorageOptions | None = None,
1006+
preserve_complex: bool = False,
10061007
dtype_backend: DtypeBackend | lib.NoDefault = lib.no_default,
10071008
) -> DataFrame | TextFileReader:
10081009
# locals() should never be modified

0 commit comments

Comments
 (0)