Skip to content

Instantly share code, notes, and snippets.

@FranciscusRenatus
Created July 3, 2017 17:32
Show Gist options
  • Save FranciscusRenatus/c719bcc5ef8943f07580d78c83028d24 to your computer and use it in GitHub Desktop.
Save FranciscusRenatus/c719bcc5ef8943f07580d78c83028d24 to your computer and use it in GitHub Desktop.
# Importing the dataset
dataset = pd.read_csv('Mall_Customers.csv')
X = dataset.iloc[:, [3, 4]].values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment