Part1ofyourdatavisualizationproject.docx

Part 1 of your data visualization project
Last updated May 2021
In the reading you read about the process of understanding in chapter one, the process of visualization design in chapter two, and the method to develop the focus of your visualization project or formulating your brief in chapter three.11 Kirk, A. (2019). Data analysis and visualisation: A handbook for data driven design (2nd ed.). Sage. This assignment is part of a semester-long project you will build on over the term.
In order to plan a project, you need an objective. Where does that come from? Similar to what Jee (2020) 22 Jee, K. (2020, April 3). Data science project from scratch – part 1 (project planning) [Video]. YouTube. https://youtu.be/MpF9HENQjDo?list=PL2zq7klxX5ASFejJj80ob9ZAnBHdz5O1t stated, data analysis projects begin with a problem to solve, a question to answer, or, from a research perspective, a hypothesis to test.
For this project, you have taken on the role of a database analyst in the Office of Civil Rights for the US government, working for the Consumer Financial Protection Bureau (CFPB). Today your manager tasked you with a new project when he asked you to answer the following question
“Are consumers in big cities or in higher income communities getting preferential treatment from our us?”
Where do you go from here? How do you answer this question? First, you’ll have to identify the parameters or the elements that are known and unknown, regarding this assignment.
For example, what’s a big city? What’s a higher income community? How do you define these attributes? Do you think that your management team would benefit from an analysis of data from 1950 and nothing more recent? Probably not.
The question your manager posed is a yes or no question. You will provide information to support or defend this answer to this question, not a yes or no. This allows your manager to determine if preferential treatment is present based on the evidence you provide.
In order to gather that evidence, you will look for relationships, associations, or patterns in the data to determine if the information suggests that level of service changes for consumers, as the size of cities and income the change. The data will all come from the database.

Table 1
The Data Dictionary

Fields

Description

date_received

The date the CFPB received the complaint

product

The type of product the consumer identified in the complaint

issue

The issue the consumer identified in the complaint

company

The complaint is about this company

state

The state the consumer resides in

zip_code

The mailing ZIP code provided by the consumer

submitted_via

How the complaint was submitted to the CFPB

date_sent_to_company

The date the CFPB sent the complaint to the company

company_response_to_consumer

The response from the company about this complaint

timely_response

Indicates whether the company gave a timely response or not

complaint_id

The unique identification number for a complaint

delay

The number of days between the date received by the CFPB and the date the complaint was submitted to the company

population

Population based on the zip code of the consumer

median_household_income

The median household income based on the zip code of the consumer

Note. This is the data dictionary based on the data adapted from CFPB (n.d.)33 Consumer Financial Protection Bureau. (n.d.) Consumer complaint database API docs [data set and code book]. Office of Civil Rights. Retrieved April 28, 2021, from https://cfpb.github.io/api/ccdb/index.html and Rozzi (2021).44 Rozzi, G. (2021). Data & functions for working with US zip codes. GitHub. https://github.com/gavinrozzi/zipcodeR/

Let us return to that question your manager posed. What is the scope of time that you should look at? What type of information are you looking for? For this project you will be given my translation of this practical question into a testable question or in other words a question that data analysis can address.
My translation is as follows:55 In this translation, I used Vermont. However, the state that you will use is based on the first first name listed in Blackboard. Using the first letter of that name, you can find the state you will use.
A-D Ohio
E-J Illinois
K-N Georgia
O-S Arizona
T-V Washington (state, not D.C.)
W-Z New Jersey
Using the wrong state will cause a loss of no less than 20% of the possible points.

“Is there a relationship between a consumers’ local area population, the consumers’ local median household income, and the days of delay between receiving and forwarding consumer complaints from Vermont in 2020?”
What makes this version different? Let’s start with the part of this question that makes something that data analysis can address.
“Is there a relationship between a consumers’ local area population, the consumers’ local median household income, and the days of delay between receiving and forwarding consumer complaints from Vermont in 2020?”
How can a relationship be analyzed? There are several ways, actually. Visual analysis is a great way to analyze data for relationships, association, or patterns, or trends.
This version of the question also specifies exactly what content is going to be used from the database.

Vermont is within the state field.
The year 2020 is within the date_received field.
“Is there a relationship between a consumers’ local area population, the consumers’ local median household income, and the days of delay between receiving and forwarding consumer complaints from Vermont in 2020?”
The question should indicate what is analyzed and how to analyze it. Because words can be understood differently by different people, know your audience and provide sufficient clarity. For this objective, you will work with the translation I have provided.66 Did you envision the manager’s question differently? Email me your translation and any information I may need in order to understand your perspective. If you have a plan, it is likely that I will allow you to use your ideas instead of the one I have provided. My email address is [email protected]

Create a plan
For this week’s objective, you will need to look at this research question and formulate your brief.
Formulating the brief answers these questions
· Why is this interesting or important? What about it is important?
· What requires clarification?
· What pitfalls could cause the analysis to be incomplete or incorrect?
· Who is the audience? What do you think the audience expects?
· How much time do you have to complete the project?
· What are the project conditions?
· What tools do you have access to?
· Or, as is the case in this course, what are you limited to, regarding software?
· Can the evidence be summarized in one visualization? Two? Several?
· Will the results of this analysis be an exhibit (evidence), an explanation (presentation), or an exploration (audience interaction)?

This assignment does not require you to access the data yet. I will provide an RData file with the data in the next assignment.
However, it may be helpful to understand what type of data is used to represent this information. Here are the first six rows of the data.
## date_received
## 1 2019-09-19
## 2 2019-05-23
## 3 2021-04-02
## 4 2019-11-20
## 5 2021-03-23
## 6 2019-10-24
## product
## 1 Credit reporting, credit repair services, or other personal consumer reports
## 2 Checking or savings account
## 3 Credit reporting, credit repair services, or other personal consumer reports
## 4 Credit card or prepaid card
## 5 Money transfer, virtual currency, or money service
## 6 Credit reporting, credit repair services, or other personal consumer reports
## issue
## 1 Incorrect information on your report
## 2 Managing an account
## 3 Incorrect information on your report
## 4 Closing your account
## 5 Fraud or scam
## 6 Problem with a credit reporting company’s investigation into an existing problem
## company state zip_code submitted_via
## 1 Experian Information Solutions Inc. PA 15206 Web
## 2 MIDFIRST BANK AZ 85254 Referral
## 3 EQUIFAX, INC. PA 19403 Web
## 4 PENTAGON FEDERAL CREDIT UNION VA 22304 Referral
## 5 Square Inc. CA 91387 Web
## 6 TRANSUNION INTERMEDIATE HOLDINGS, INC. NY 10035 Web
## date_sent_to_company company_response_to_consumer timely_response
## 1 2019-09-20 Closed with non-monetary relief Yes
## 2 2019-05-28 Closed with explanation Yes
## 3 2021-04-02 Closed with explanation Yes
## 4 2019-11-21 Closed with explanation Yes
## 5 2021-03-23 Closed with explanation Yes
## 6 2019-10-24 Closed with explanation Yes
## complaint_id delay population median_household_income
## 1 3379500 1 28615 33792
## 2 3255455 5 45801 90718
## 3 4267123 0 44260 76178
## 4 3446074 1 44300 76061
## 5 4239229 0 40328 83484
## 6 3415907 0 33969 24533

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more
Open chat
1
You can contact our live agent via WhatsApp! Via + 1 929 473-0077

Feel free to ask questions, clarifications, or discounts available when placing an order.

Order your essay today and save 20% with the discount code GURUH