the DataFrame is created, view its contents by invoking the
show method.
By default,
show() (without any parameters) prints the first 20 rows.
Print the top
n rows by invoking show(n)
No comments:
Post a Comment