You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by kundan kumar <ii...@gmail.com> on 2017/06/08 10:15:14 UTC

Output of select in non exponential form.

predictions.select("prediction", "label", "features").show(5)


I have labels as line numbers but they are getting printed in exponential
format. Is there a way to print it in normal double notation.


Kundan