You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to be able to upload a file and have the database be updated with clean and formatted data so that the dashboard updates automatically with new data
#7
Python script that does this is clean_data.py. It takes 1 argument, which is the file name (file has to be in same directory as script, this can be changed once we know how the file will be sent to the script), checks if the file has already being uploaded, cleans the data, and uploads it.
Steps:
The text was updated successfully, but these errors were encountered: