Pinned Repositories
asset_backend
Asset management portal backend codebase
assetmanagement_frontend
The frontend code of an asset management portal
Automated-Text-Extraction---Webscreenshots
This code uses Selenium to open a URL in Chrome, captures a screenshot of the page, closes the browser, reads an image using Pillow, performs OCR on the image using Tesseract via pytesseract, and prints the extracted text.
Client-Grading-Comparison
An in-depth assessment of the latest client grading system featuring TransUnion data integration, with a particular focus on its performance to determine whether this system outperforms our prior grading model at Senti
Data-Synchronisation
This Python code connects to two MySQL databases, selects data from the "sender_code" table that is not already present in the "sender_id" table, transforms and inserts this data with specific column values into the "sender_id" table, and then closes the connections, achieving a data transfer and insertion process.
Flight-Data-Analytics-Exploratory-Data-Analysis-of-Flight-Information
This repository is dedicated to performing Exploratory Data Analysis (EDA) on flight information using Python.
Loan-Grading-Automation
Automate the customer grading process on the Senti platform before loan disbursal, ensuring efficient and consistent assessment of customers' creditworthiness.
Scheduled-Data-Transfer-MariaDB-to-BigQuery
This script facilitates the gradual migration of data from a MariaDB database to Google BigQuery by including new data progressively. It enhances the data insertion procedure by using batches and maintains a recurring schedule for execution.
site
roamtech website .
Tabular-Data-Extraction-from-PDFs
Python script for extracting structured table data from PDFs, using Pandas and Tabula. Split headers, clean, and convert to CSV/Excel, streamlining PDF data analysis
eunicemagak's Repositories
eunicemagak/Flight-Data-Analytics-Exploratory-Data-Analysis-of-Flight-Information
This repository is dedicated to performing Exploratory Data Analysis (EDA) on flight information using Python.
eunicemagak/site
roamtech website .
eunicemagak/assetmanagement_frontend
The frontend code of an asset management portal
eunicemagak/asset_backend
Asset management portal backend codebase
eunicemagak/Tabular-Data-Extraction-from-PDFs
Python script for extracting structured table data from PDFs, using Pandas and Tabula. Split headers, clean, and convert to CSV/Excel, streamlining PDF data analysis
eunicemagak/Client-Grading-Comparison
An in-depth assessment of the latest client grading system featuring TransUnion data integration, with a particular focus on its performance to determine whether this system outperforms our prior grading model at Senti
eunicemagak/Scheduled-Data-Transfer-MariaDB-to-BigQuery
This script facilitates the gradual migration of data from a MariaDB database to Google BigQuery by including new data progressively. It enhances the data insertion procedure by using batches and maintains a recurring schedule for execution.
eunicemagak/Web-Scraping-Job-Titles-To-CSV
Web Scraping BrighterMonday Job Titles to CSV using Python and Beautiful Soup
eunicemagak/Automated-Text-Extraction---Webscreenshots
This code uses Selenium to open a URL in Chrome, captures a screenshot of the page, closes the browser, reads an image using Pillow, performs OCR on the image using Tesseract via pytesseract, and prints the extracted text.
eunicemagak/Loan-Grading-Automation
Automate the customer grading process on the Senti platform before loan disbursal, ensuring efficient and consistent assessment of customers' creditworthiness.
eunicemagak/Data-Synchronisation
This Python code connects to two MySQL databases, selects data from the "sender_code" table that is not already present in the "sender_id" table, transforms and inserts this data with specific column values into the "sender_id" table, and then closes the connections, achieving a data transfer and insertion process.