Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Last active February 21, 2020 07:01
Show Gist options
  • Save quantra-go-algo/6c0ec66245dba2d0cae427d0bc3f8d42 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/6c0ec66245dba2d0cae427d0bc3f8d42 to your computer and use it in GitHub Desktop.
stock = web.DataReader('MRF.BO','yahoo', start = "01-01-2012", end="06-01-2012")
stock = stock.dropna(how=’any’)
We can check the data using the head() function.
stock.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment