Icon

Challenge 27 - Rare Blood Types

Challenge 27 - Rare Blood Types
Description: You have a dataset containing information on US citizens who donated blood in the last year,including addresses and blood types. The O- blood type, also known as "universal donor", is perhaps the most valuable blood in the worldbecause it can be transfused to nearly any blood type holder. Your goal here is to help a group of researchers find the number of citizens with O- blood type per USstate. Unfortunately, the address column comes in a single line, so to extract the state information you willhave to perform some data wrangling. They also asked you to create a choropleth map of the US tovisualize the results. Challenge 27: Rare Blood Types READ DATA AND PREPROCESSING FINAL DASHBOARD ReadBlood TypeDataSplit addressby ", "(comma + space)Replacespace+numbersfrom last ResultKeepBlood TypeUS State File Reader Cell Splitter String Manipulation Column Filter Component Description: You have a dataset containing information on US citizens who donated blood in the last year,including addresses and blood types. The O- blood type, also known as "universal donor", is perhaps the most valuable blood in the worldbecause it can be transfused to nearly any blood type holder. Your goal here is to help a group of researchers find the number of citizens with O- blood type per USstate. Unfortunately, the address column comes in a single line, so to extract the state information you willhave to perform some data wrangling. They also asked you to create a choropleth map of the US tovisualize the results. Challenge 27: Rare Blood Types READ DATA AND PREPROCESSING FINAL DASHBOARD ReadBlood TypeDataSplit addressby ", "(comma + space)Replacespace+numbersfrom last ResultKeepBlood TypeUS State File Reader Cell Splitter String Manipulation Column Filter Component

Nodes

Extensions

Links