Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created November 3, 2019 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lakshay-arora/c0e551f53c633488324971bf34d2e1a9 to your computer and use it in GitHub Desktop.
Save lakshay-arora/c0e551f53c633488324971bf34d2e1a9 to your computer and use it in GitHub Desktop.
# drop the columns that are not required
my_data = my_data.drop(*['Batsman', 'Bowler', 'Id'])
my_data.columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment