This is my portfolio, please click below for my projects
This file contains a data visualization that I created as a part of a group project. It can only be viewed with a server connection so I have saved a static version as staticcarolynspart.pdf.
The final group project is finalproject.html. scrubedited.csv contains the data used after cleaning from the original source.
You can easily create a localhost on your laptop if you have python. Open command prompt and navigate to the folder which has the file you want to open.
Python 3: python -m http.server 8000
Python 2: python -m SimpleHTTPServer
Open your browser at localhost:8000.