Python, Jupyter Notebooks, Pandas, Matplotlib
Prosper Loan Data

The Prosper Loan Data is a dataset containing information on loans facilitated by Prosper, a peer-to-peer lending credit facility between Nov 2005 and Mar 2014. It includes borrower details, loan terms, and performance data, offering insights for financial analysis and risk assessment.

Complete
Python, Jupyter Notebooks, Pandas, Matplotlib
No-Show Appointments in Brazil in 2016

The No-show Appointments in Brazil 2016 dataset contains information on medical appointments where patients did not attend. Including patient demographics, appointment details, reminders, and outcomes, it offers insights into factors influencing no-shows, aiding healthcare analysis and strategies to improve attendance.

Complete
Python, Pandas, requests, json, tweepy, matplotlib
Wrangling WeRateDogs Twitter Dataset

WeRateDogs is a Twitter account that rates user submitted photos, usually with humorous content. Renowned for its witty commentary and unconventional rating system, it has gained a large following and celebrates canine cuteness. The main object of this project is to gather, wrangle and retrieve some insights of the account using data from various sources.

Complete
Python, numpy, requests, Pandas, Beatiful Soup
Amazon Web Scraping

"Python web scraper utilizing requests and Beautiful Soup to extract product information from Amazon. Fetches and parses HTML data to gather details like prices, ratings, and descriptions for analysis."

In Progress