Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created September 29, 2020 09:24
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 amankharwal/35e9f7dcb3d65a25b3d5d8867f6e47ef to your computer and use it in GitHub Desktop.
Save amankharwal/35e9f7dcb3d65a25b3d5d8867f6e47ef to your computer and use it in GitHub Desktop.
data = pd.read_csv('data_banknote_authentication.txt', header=None)
data.columns = ['var', 'skew', 'curt', 'entr', 'auth']
print(data.head())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment