top of page

Data Analytics Projects 

 

Financial Data Management 

Located customer transaction data points as well as aggregate it via a heatmap using pandas library in Python, geospatial shapefile, and matplotlib

ANZ Dataset: Kaggle

myplot14.png
myplot15.png
Screenshot 2024-09-23 at 12.28.38 PM.png
Screenshot 2024-09-23 at 12.27.20 PM.png
Screenshot 2024-09-23 at 12.28.18 PM.png
Screenshot 2024-11-04 at 5.31.31 PM.png
Screenshot 2024-11-04 at 5.29.35 PM.png

Time-Series Analysis

Screenshot 2024-11-04 at 5.35.23 PM.png

Code

Screenshot 2024-11-04 at 5.34.26 PM.png

Result

Research

 It's Challenging but Doable: Lessons Learned from a Remote Collaborative Coding Camp for Elementary Students 

Published at ACM'S SIGSCE 2022 Proceedings

Research conducted with LearnDialogue Lab, University of Florida, under Dr. Kristy Boyer
 

Data Quality Management and Inspection of a Company's Database

Utilizing Python-based EDA to unveil errors in data quality management of a company's database. I leveraged Python tools such as Pandas to clean, impute data for missing values, and visualize the data as well as use SQLite to connect to the database, and query SQL statements. This helped me extract valuable insights and highlights my ability to derive actionable insights on how to improve the company's database management and evaluate strategic decisions through evidence-based recommendations as well as analyze query costs .

My Portfolio

Welcome to my portfolio. Here you’ll find a selection of my work. Explore my projects to learn more about what I've accomplished

Software Engineering Projects 

 

Exercise Chatbot:

functions as a phone app using React-Native and Dialogflow made during Spoken Dialogue Systems Course with Niklas Wallace. This touched upon machine learning and natural language processing (NLP).

Exercise Chatbot Github

 

Movie Recommender System: Used collaborative and content-based filtering in Python to recommend movies to users based on their selection and rating of movies using Tkinter GUI, worked with Demi Iglesias. Utilized Python libraries of sckit-learn, numpy, and pandas. Navigated between item-based and user-based filtering utilizing statistical k-nearest neighbors classifier. 

 

Simplified Website PageRank:

Recreated a simplified version of Google’s page rank algorithm to rank websites in terms of relevance and validity using C++ and adjacency lists.

 

Health Database Forum:

Completed under Google's SPS program under the mentorship of Kevin Workman in a team of 4 using HTML, JavaScript, and CSS. Utilized Google Maps API and used anonymized discussion board functionality.

 

System Calls:

Modified System Calls in the Linux Kernel using C and C++ for Operating Systems Course

 

Memory Manager C++:

Created a memory manager to keep track of memory holes using linked lists utilizing worstFit and bestFit algorithms for Operating Systems Course

 

Language Builder using Java:

Created a Parser to understand the basic function of a computer reading code for Programming Language Concepts course

 

TCP Server/Client:

Created a server and client in C++ that functions in two way receiving and sending messages on the command line using an IP address, Port number, and socket for Operating Systems course

  • LinkedIn
  • GitHub
bottom of page