Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created September 8, 2021 11:59
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 amankharwal/aec155e61cc716d46b411e8258ca6a26 to your computer and use it in GitHub Desktop.
Save amankharwal/aec155e61cc716d46b411e8258ca6a26 to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
import plotly.graph_objects as go
data = pd.read_csv("AAPL.csv")
print(data.head())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment