Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created November 3, 2019 13:54
Show Gist options
  • Save lakshay-arora/dc717256fa1403d531f7b269164b5371 to your computer and use it in GitHub Desktop.
Save lakshay-arora/dc717256fa1403d531f7b269164b5371 to your computer and use it in GitHub Desktop.
# value counts of Batsman_Name column
my_data.groupBy('Batsman_Name').count().show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment