Skip to content

Commit d37abd2

Browse files
committed
style.
1 parent d21290a commit d37abd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/sql/readwriter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ def parquet(self, path, mode=None, partitionBy=()):
353353
* ``ignore``: Silently ignore this operation if data already exists.
354354
* ``error`` (default case): Throw an exception if data already exists.
355355
:param partitionBy: names of partitioning columns
356+
356357
>>> df.write.parquet(os.path.join(tempfile.mkdtemp(), 'data'))
357358
"""
358359
self.partitionBy(partitionBy).mode(mode)

0 commit comments

Comments
 (0)