This repository contains dataset gotten from two polls conducted in a live session with 66 AfroFem Coder students. In Poll 1, we were asked to fill:
- Name
- Username
- In your area right now, what is the temperature?
- Did you provide that temperature in degrees Fahrenheit(F) or in degrees Celsuis(C)? For Poll 2, we were asked to fill:
- Name
- Username
- What is your favourite meal of the day typically?
- Rename columns
- Cleaning of the dataset
- Create a histogram to visualize the distribution of temperature values
- Perform simple random sampling
- Create a count plot to visualize the breakdown of the number of votes per meal
- Merge the two specified dataframes and store the resulting dataframe in a new variable
- Create a barplot to visualize the average local temperature in F of respondents grouped by preferred meal
- Conduct hypothesis testing