Skip to content

Instantly share code, notes, and snippets.

@amandaiglesiasmoreno
Created November 22, 2021 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amandaiglesiasmoreno/df1660261466922a5218933070ef5450 to your computer and use it in GitHub Desktop.
Save amandaiglesiasmoreno/df1660261466922a5218933070ef5450 to your computer and use it in GitHub Desktop.
# import telecom dataset into a pandas data frame
df_telco = pd.read_csv('telco_churn.csv')
# visualize column names
df_telco.columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment