Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created July 12, 2021 11:42
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 quantra-go-algo/29eb6a5614ce8ed6cd415a7a679779eb to your computer and use it in GitHub Desktop.
Save quantra-go-algo/29eb6a5614ce8ed6cd415a7a679779eb to your computer and use it in GitHub Desktop.
# Import matplotlib for plotting
import matplotlib.pyplot as plt
%matplotlib inline
# Plot adjusted close price data
data['Adj Close'].plot()
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment