Skip to content

Instantly share code, notes, and snippets.

@selva86
Created June 13, 2021 16:35
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 selva86/8cb363b73315efa44c70f9c728f938e5 to your computer and use it in GitHub Desktop.
Save selva86/8cb363b73315efa44c70f9c728f938e5 to your computer and use it in GitHub Desktop.
import numpy as np
data = np.genfromtxt('Datasets/Mall_Customers_Int.csv',
delimiter=",",
skip_header=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment