Phil's repositories
Tableau
A repository for Tableau Dashboards I created.
PBI
PowerBI Dashboards
MySQL_macOS
This provides a <my.cnf> file to be used my MySQL Server and MySQLWorkbench to enable time zone type conversions such as UTC.
Data_Engineer_Flights
Data Engineering Case Study with ETL, EDA, data featuring, wrangling and PostgreSQL database access, creating tables and views for further analysis.
Salary_Prediction
Data Science - Machine Learning model for salary predictions.
Harvard
A cluster of exercise Labs from Harvard CS109 Class (2015) on Data Science (DS) and Machine Learning (ML) predictive models as I followed along and updated the standard to Python 3.x. The original class was forked from: https://github.com/cs109/2015/tree/master/Lectures Needless to say, I own nothing on the content and all rights go to the original creators. I simply studied this class and uploaded my progress as I went along, updating the Python standard from 2.x to 3.x where applicable. Cheers!
Harvard_CS109
Public material for CS109
student_roster
A performance assessment in my Scripting and Programming Class, second term, through my Software Development bachelor’s degree journey. I created this C++ application from scratch, utilizing concepts learned during the class and put them to test. There were many constraints and limitations (such as using arrays instead of vectors and calling functions inside the main instead of elsewhere, for example) which limited or affected how the program had to be created and would look like.
2015lab1
Harvard Class on Machine Learning (from CS109-2015), updated and adapted to Python 3.x syntax.