Visualizations
Project where I show some visualizations I did at work for different projects. Visualizations are made using matplotlib which I was learning at the time.
- loads.py:
- [GOAL] Management wanted a daily report of the CPU loads of a cluster. I set up a script on the cluster that runs on a cron schedule. Then, this python script will get that data from a shared folder, parse it, and plot it.
- visualization_sfa_project.ipynb:
- [GOAL] The project manager wanted a visualization that showed the current status of a migration project to show to stakeholders