Survey Data Analysis using R
Survey Data Analysis using R Read More »
SAKILA Database is the default database that comes with the MySQL Workbench. It contains data related to a movie rental store. I thought of querying that database to answer a few business problems. Assume the name of the movie rental is “Millenium Movies” and it’s owner is interested in knowing the following details about his
Querying the SAKILA DB (MySQL) Read More »
Recently I came across a dataset related to a personal care products store. The store sold hand sanitisers, hand wash, face masks and a whole lot of other personal care products. My goal was to retrieve the data from their POS (Point of Sales) system and clean the dataset so that it was ready for
Sanitizer Data Cleaning Read More »