Skip to content

Instantly share code, notes, and snippets.

@selva86
Created June 17, 2021 17:14
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/5ad15fa577172f80ccf887e88643ea19 to your computer and use it in GitHub Desktop.
Save selva86/5ad15fa577172f80ccf887e88643ea19 to your computer and use it in GitHub Desktop.
import numpy as np
np.set_printoptions(suppress=True)
data = np.genfromtxt("Datasets/Lifecyclesavings.csv", delimiter=",", skip_header=1)
data = data.round()
data[:10]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment