Week 4 Quiz >> Getting and Cleaning Data
https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2Fss06hid.csv
and load the data into R. The code book, describing the variable names is here:
https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2FPUMSDataDict06.pdf
Apply strsplit() to split all the names of the data frame on the characters “wgtp”. What is the value of the 123 element of the resulting list?
https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2FGDP.csv
Remove the commas from the GDP numbers in millions of dollars and average them. What is the average?
Original data sources:
https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2FGDP.csv
Load the educational data from this data set:
https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2FEDSTATS_Country.csv
Match the data based on the country shortcode. Of the countries for which the end of the fiscal year is available, how many end in June?
Original data sources:
How many values were collected in 2012? How many values were collected on Mondays in 2012?
Related Questions & Answers:
- Week 1 Quiz Week 1 Quiz >> Getting and Cleaning Data TOTAL POINTS 5 1.The American Community Survey distributes downloadable data ... Read more...
- Week 2 Quiz Week 2 Quiz >> Getting and Cleaning Data TOTAL POINTS 5 1.Register an application with the Github API here ... Read more...
- Week 3 Quiz Week 3 Quiz >> Getting and Cleaning Data TOTAL POINTS 5 1.The American Community Survey distributes downloadable data ... Read more...
- Week 4 Quiz >> R Programming Week 4 Quiz >> R Programming 1. What is produced at the end of this snippet of R code? set.seed(1) ... Read more...
- Week 4 Quiz Week 4 Quiz>> Data Visualization Week 4 Quiz TOTAL POINTS 8 1.When creating an overview visualization of a large ... Read more...
- Module 3 Graded Quiz Module 3 Graded Quiz >> Introduction to Cloud Computing Module 3 Graded Quiz TOTAL POINTS 10 1.Each Cloud Region ... Read more...