Skip to content

JupyterNotebook uses local file paths. For web distribution, web link alternative might be better. #4

@GottaGitGoing

Description

@GottaGitGoing

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions