Closed mlanicaputo closed 2 years ago
Looks good!! sidenote: I had put the dummy csvs I wrote in the 'data' folder (inside 'website') earlier - we should probably condense them in the future so they're all in one place, but I think it's fine like this for testing purposes.
sidenote: I had put the dummy csvs I wrote in the 'data' folder (inside 'website') earlier - we should probably condense them in the future so they're all in one place, but I think it's fine like this for testing purposes.
I didn't realize you had another set of csv's or I would have used yours! I think with some instruction from Anne we should be able to use the csv's she sent us on the next milestone.
Merging!
Addresses #14
This PR contains the following changes:
models.py
for athlete data.views.py
. CSVs can be uploaded via the"/upload"
route.models.py
. Based on the function developed by @nimata23 on her branch csvParserrequirements.txt
to reflect my use ofpandas
and @tamsinrogers 's use ofplotly
in her merged branch.When a correctly formatted CSV file is uploaded, it is automatically parsed and ingested into the Flask database.