All the things I am writing good or bad
Data Analysis Tools - Week 3
Data for this study comes from the Gapminder World Dataset collected by the Gapminder Foundation. The Gapminder World Dataset contains data collected from more than 200 countries/areas for more 500 variables.
Below is the description of the variables
Female Employment Rate (variable code: femaleemployrate, Unit: Percentage) - Employed females (age > 15) as a percentage of the total female population.
breastcancerper100th - breast cancer per 100
alcconsumption - per capita alcohol consumption
Start with import
data = pd.read_csv('gapminder.csv',low_memory=False)
I will be using url to get the data online
From the result above it shown that there is a low degree of correlation between female employ rate and alcconsumption
From the result above it shown that there is a low degree of correlation between female employ rate and Breast Cancer