pat42w / EF_Portfolio_Optimization

This project aims to test Portfolio Optimization methods on stock data in python.
MIT License
2 stars 0 forks source link

Move DB functions out to a library #7

Closed eohara-ie closed 3 years ago

eohara-ie commented 3 years ago

Move DB download & helper function definitions out of notebook and import as a library instead

pat42w commented 3 years ago

Done in Create DatabaseMainFnc.py commit.

Now use the below to access these functions: import **DatabaseMainFnc** as **dmf**

I have added a further function to enable 1 line updates update_db(**exchange**,refetchAll = False)

Database_maintainance.ipynb has been updated to reflect these changes