Skip to content

Commit e674586

Browse files
committed
Fix to_csv to avoid duplicated option 'path' for DataFrameWriter.
1 parent 5b209ba commit e674586

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

databricks/koalas/generic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,6 @@ def to_csv(
828828
if partition_cols is not None:
829829
builder.partitionBy(partition_cols)
830830
builder._set_opts(
831-
path=path,
832831
sep=sep,
833832
nullValue=na_rep,
834833
header=header,

0 commit comments

Comments
 (0)