We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3459ab2 commit 0d7aa32Copy full SHA for 0d7aa32
python/pyspark/sql/dataframe.py
@@ -244,7 +244,7 @@ def explain(self, extended=False):
244
:param extended: boolean, default ``False``. If ``False``, prints only the physical plan.
245
246
>>> df.explain()
247
- PhysicalRDD [age#0,name#1], MapPartitionsRDD[...] at applySchemaToPythonRDD at\
+ PhysicalRDD [age#0,name#1], MapPartitionsRDD MapPartitionsRDD[7] at applySchemaToPythonRDD at\
248
NativeMethodAccessorImpl.java:...
249
250
>>> df.explain(True)
0 commit comments