Skip to content

Instantly share code, notes, and snippets.

@cameronShadmehry
Last active July 17, 2020 13:13
Show Gist options
  • Save cameronShadmehry/23dccad192d7bae60c50e479b169fdb4 to your computer and use it in GitHub Desktop.
Save cameronShadmehry/23dccad192d7bae60c50e479b169fdb4 to your computer and use it in GitHub Desktop.
To access data.
list_files = (glob.glob("<Your path>\\Stocks\\*.csv")) # Creates a list of all csv filenames in the stocks folder
new_data = [] # This will be a 2D array to hold our stock name and OBV score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment