This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit FeedbackThanks for your participation so far. If you would like to see the solution to last week's challenge, check it out HERE.
This week we will be using the download tool to pull some public employment data from the Bureau of Labor Statistics. Once downloaded the data needs to parsed into the required format to prepare it for use. I have also provided a snapshot of the input data if you have firewall issues accessing the data from the URL, you won't need it if you use the download tool. If your results differ slightly in row content, the data may have changed at the URL…
Use Case: The input data from the Bureau of Labor Statistics (http://www.bls.gov/web/empsit/compaes.txt) needs to be downloaded and formatted for analytics. The data set details employee statistics that are adjusted seasonally.
Objective: Download the data from the URL then parse it to match the output shown in the sample output.
Here's a solution:
Here is another route:
My solution.
This is probably the most tools I've used in a challenge so far...I'm not proud of myself But if it works...it works!