## Issue - In the feature engineering jupyter notebook, pandas is reading from a local file path. ### I propose: - Adding a try except block, if local file load fails, try loading csv from github as in: - ```df = pd.read_csv('https://raw.githubusercontent.com/GottaGitGoing/cs180_2/main/FeatureEngineering/data/customer_orders.csv')```