Last active
December 28, 2024 11:32
-
-
Save scubamut/87a169663d66cdc093f71db16ae71d3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| df['Close'].plot(figsize=(12,6), grid=True, title='PERFORMANCE', ylabel='Price', linewidth=1, color='blue', legend=True, secondary_y=False); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment