Adam Lawal
@Adamlawal
Adam Lawal
@Adamlawal
A little bit of everything
A little bit of everything
Devfolio stats
Devfolio stats
1
project
1
0
prizes
0
0
hackathons
0
0
Hackathons org.
0
GitHub
GitHub
1,010
contributions in the last year
Jul
S
M
T
W
T
F
S
Jun
24
stars earned
35
repositories
31
followers
Somba
Managed recurring billing & dunning engine built on Nomba's payment rails; subscriptions, invoicing, smart retry, and reconciliation out of the box.
Python
1Stars
0Forks
Lagos-Real-Estate-Market-Analysis
This project scrapes and analyze Lagos real estate data from property websites. It digs into property prices, location trends, and market patterns to make sense of Nigeria’s favorite chaos generator: the housing market.
Jupyter Notebook
2Stars
0Forks
A-B-Test-on-Headline-Sentiment-Engagement
This project explores whether the sentiment of article headlines affects engagement. Using real-world data pulled via the Reddit API (PRAW), I performed an A/B test where posts were grouped based on the sentiment of their titles — positive (Group A) vs. negative (Group B) — using VADER sentiment analysis.
Jupyter Notebook
1Stars
0Forks
Alx-Nigeria-learner-outcome-analysis
This report provides a comprehensive analysis of learner performance and program completion outcomes across ALX Nigeria programs, focusing primarily on the AI Career Essentials (AICE) track. The insights are derived from a cleaned hypothetical dataset of 5,002 learners, excluding those who deferred
Jupyter Notebook
0Stars
0Forks
Top Projects
Top Projects
R
Recivo is WAEC for the informal economy. A voice-and-simulation skill exam that turns a trader’s hands into a verifiable credential, and routes payment through Squad rails so doing the work on-platform makes you more hireable the next time.
Medium Posts
Medium Posts

What Exactly is Variance?
pub.towardsai.net
This concept is easy to overlook, but it powers everything from covariance to correlation. Variance Variance, litereally means the quality or state of being divergent or inconsistent. Mathematically, variance takes that abstract concept of “inconsistency” and turns it into a concrete, measurable number. Formula for sample variance where n is the number of samples and x̄ is the mean of the random variable x. Inconsistency? How exactly can the data be inconsistent? Before you can measure how inconsistent s...

The Reality of Real Estate in Lagos State
adamlawal.medium.com
Executive Summary This report is the story of how I moved from raw Lagos listings to a cleaner picture of the market. I started with the sourced data, cleaned it, removed duplicated listings, standardized the key fields, and then used the notebook to look for the patterns that matter most: price, location, property type, segmentation, and listing concentration. The main thing that stood out early was that this is not a flat market. It is a layered one. A handful of locations carry most of the listings, b...

A/B Test on Reddit Headline Sentiment & Engagements
adamlawal.medium.com
A/B Test on Headline Sentiment & Engagement This report explores whether the sentiment of article headlines affects engagement. Using real-world data pulled via the Reddit API (PRAW), I performed an A/B test where posts were grouped based on the sentiment of their titles — positive (Group A) vs. negative (Group B) — using VADER sentiment analysis. Summary With a mean score of 7,848 votes and an average of 1,175 comments across the dataset, the A/B test reveals a key performance indicator across posts. Am...