Visualizing Map Data With GGplot and Leaflet

The objective of this blog post is to visualize Country level data on a map with administrative boundaries.

We use dataset collected by Kenya National Bureau of Statistics (KNBS) on Econo ... read more


Last updated 2023-06-09 20:59:41 by Kennedy Waweru

Data Science Workshop

This post is a guide to the learning resources we have been using for the Mathematics Association of Nairobi University Data Science Workshop.

With an increase in demand for the use of da ... read more


Last updated 2022-06-29 18:36:00 by Kennedy Waweru

Python Programming and Data Analytics Project

Title: Python Programming and Data Analytics 

Author: (Your Full Name) 

Bio: Last updated 2022-03-18 16:43:34 by Kennedy Waweru

Intro to MySQL Practice

Introduction to MySQL Practice 

The best way we learn anything is by practice and exercise questions. Hope, these exercises help you to improve your SQL skills. 

For ... read more


Last updated 2022-03-03 16:21:18 by Kennedy Waweru

employees table schema

-- -----------------------------------------------------
-- Schema employee
-- -----------------------------------------------------
CREATE SCHEMA IF NOT EXISTS `employee` DEFAULT CHAR ... read more
        
Last updated 2022-02-25 21:45:09 by Kennedy Waweru