Question: HELP NEEDED ASAP For this coding assessment, we have selected a public data set from the Federal Election Commission. This data set contains information for
HELP NEEDED ASAP
For this coding assessment, we have selected a public data set from the Federal Election Commission. This data set contains information for contributions from individuals to a federal committee. The file contains information about the committee receiving the contribution, the report where the contribution is disclosed, the individual giving the contribution, the date and amount of the contribution, and any other additional information provided. (https://www.fec.gov/data/advanced/?tab=bulk-data)
Download the data set here: https://www.fec.gov/campaign-finance-data/contributions-individuals-file-description/
Data Description
Please use the data above to write working code in Java eclipse, including your printed outputs to each of the tasks below.
1. Write a program that will load in this data and print out the total number of lines.
2. Notice that the 8th column contains a persons name for records pertaining to a person. Write a program that loads in this data and creates an array or list-like structure with all name strings. Print out the 432nd and 43243rd names.
3. Notice that the 5th column contains a form of a date. Count how many donations occurred in each month and print out the results. Go ahead and use a date parsing library if that helps.
4. Notice that the 8th column contains a persons name. Create an array or list-like structure with each first name. Identify the most common first name in the data and how many times it occurs.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
