Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Last active November 8, 2019 09:29
Show Gist options
  • Save lakshay-arora/6ba960b590a43950702f18479a6bddee to your computer and use it in GitHub Desktop.
Save lakshay-arora/6ba960b590a43950702f18479a6bddee to your computer and use it in GitHub Desktop.
# get the dimensions of the data
(my_data.count() , len(my_data.columns))
# >> (605, 11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment