79300728

Date: 2024-12-22 09:20:02
Score: 2
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yash