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 85bf740 commit 0d931a4Copy full SHA for 0d931a4
python/pyspark/sql/dataframe.py
@@ -237,7 +237,8 @@ def explain(self, extended=False):
237
:param extended: boolean, default ``False``. If ``False``, prints only the physical plan.
238
239
>>> df.explain()
240
- PhysicalRDD [age#0,name#1], MapPartitionsRDD[...] at mapPartitions at SQLContext.scala:...
+ PhysicalRDD [age#0,name#1], MapPartitionsRDD[...] at applySchemaToPythonRDD at\
241
+ NativeMethodAccessorImpl.java:...
242
243
>>> df.explain(True)
244
== Parsed Logical Plan ==
0 commit comments