Cole's repositories

Excel-Documents-Correlation

Instead of making comparisons between two Excel documents reading line-by-line, this program utilizes data manipulation techniques to make correlations between Excel documents and creates a new Excel document based on these correlations.

Language:PythonLicense:MITStargazers:2Issues:1Issues:0

Cosine-Similarity-with-Databricks-and-Python

Using a Databricks environment, this project preprocesses text data from multiple sheets, calculates TF-IDF vectors, and computes cosine similarity between the text data. The similarity scores are then stored in a Delta table for further analysis.

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

Data-Transformation-and-Update

This project involves transforming and updating data from a CSV file, applying transformations to certain columns, and then appending the transformed data into a Delta table in a Databricks environment.

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

Practice-Exam-with-MySQL-Database

While studying for my PMP exam, I wanted to create a practice exam with Python. This program is for any practice exam and not just the PMP. Your practice exam would depend on the database/API you use within the program. I made this program to pull data from a MySQL database. With a few changes, you could include any database/API as you wish.

Language:PythonLicense:MITStargazers:1Issues:1Issues:0