Forums

Unable to read uploaded .csv file

I uploaded a .csv file with data into the directory with flask_app.py (read with pandas), but I'm getting the following error: FileNotFoundError: File b'all_names.csv' does not exist

Is there any way to fix this?

This help page explains the most likely cause of that kind of issue.