PYSPARK
ds.show(df.count(),truncate=0)
The first parameter helps us to show all records The second parameter will help for column expansion.
Note: observed a behaviour difference between using truncate=False and truncate=0, 0 actually expands the column data while False doesn't