Skip to content

Instantly share code, notes, and snippets.

@selva86
Created June 27, 2021 08:06
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/58247ada187cf120923cdbf41375361f to your computer and use it in GitHub Desktop.
Save selva86/58247ada187cf120923cdbf41375361f to your computer and use it in GitHub Desktop.
import numpy as np
arr = np.genfromtxt("Datasets/stock_price_miss.csv", delimiter="csv", skip_header=1).round(2)
arr[:30]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment