Skip to content

Commit 4cf2399

Browse files
committed
Add param to generic to csv
1 parent 3fd0248 commit 4cf2399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3771,6 +3771,7 @@ def to_csv(
37713771
decimal: str = ".",
37723772
errors: OpenFileErrors = "strict",
37733773
storage_options: StorageOptions | None = None,
3774+
preserve_complex: bool = False,
37743775
) -> str | None:
37753776
r"""
37763777
Write object to a comma-separated values (csv) file.

0 commit comments

Comments
 (0)