Skip to content

Instantly share code, notes, and snippets.

@amandaiglesiasmoreno
Created November 22, 2021 20:38
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 amandaiglesiasmoreno/59240a6c3b7e8f8b14ab50f9235cc3f2 to your computer and use it in GitHub Desktop.
Save amandaiglesiasmoreno/59240a6c3b7e8f8b14ab50f9235cc3f2 to your computer and use it in GitHub Desktop.
# drop the customerID column from the dataset
df_telco.drop(columns='customerID', inplace=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment