Jiwonny29 commited on
Commit
cf9b5f1
1 Parent(s): ec15fea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -130
README.md CHANGED
@@ -38,58 +38,32 @@ dataset_info:
38
  dtype: float32
39
  ---
40
 
41
- # Dataset Card for Dataset Name
42
-
43
- <!-- Provide a quick summary of the dataset. -->
44
-
45
- This dataset card is designed for individuals who want to perform time series prediction analysis on cardiovascular disease statistics in the United States. It offers real data-driven insights into patterns
46
- and trends according to regional, gender, ethnic, and life expectancy factors. Users can utilize this dataset to comprehend various types of cardiovascular diseases that have historically
47
- impacted the mortality rate per 100,000 individuals in the U.S.
48
-
49
- ## Dataset Details
50
-
51
  ### Dataset Description
52
 
53
- <!-- Provide a longer summary of what this dataset is. -->
54
 
55
- The Cardiovascular Surveillance statistics and average life expectancy datasets for each U.S. state have been combined to enhance the depth of analysis for researchers. This merged dataset uses life expectancy in
56
- each state as a metric for the mortality rate. It highlights specific states that may require more intensive monitoring, care, or emergency support for cardiovascular patients at risk of death.
57
 
58
- - **Curated by:** [More Information Needed]
59
- - **Funded by [optional]:** [More Information Needed]
60
- - **Shared by [optional]:** [Jiwonny29]
61
- - **Language(s) (NLP):** [EN]
62
- - **License:** [More Information Needed]
63
 
64
- ### Dataset Sources [optional]
 
 
 
65
 
66
- <!-- Provide the basic links for the dataset. -->
67
-
68
- - **Repository:** [More Information Needed]
69
- - **Paper [optional]:** [More Information Needed]
70
- - **Demo [optional]:** [More Information Needed]
71
 
72
  ## Uses
73
 
74
- The applications of this dataset are diverse, depending on the user's objectives. Firstly, it can be utilized for data analysis and regression prediction. This includes conducting regression analyses of mortality rates for different groups (gender, age, race/ethnicity) per 100,000 population, broken down by region. Secondly, it supports Regional Clustering and Healthcare Evaluation. This involves grouping regions by state within the United States and assessing the consistency or variation in cardiovascular support and healthcare services, including emergency systems, across these regions. Additionally, the dataset facilitates Statistical Comparison and Insights. Users can perform statistical comparisons to pinpoint which demographic groups in each region are most in need of cardiovascular assistance. With these insights, targeted improvements can be made in the states where such assistance is most urgently required.
75
-
76
-
77
-
78
- ### Direct Use
79
 
80
- <!-- This section describes suitable use cases for the dataset. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Out-of-Scope Use
85
-
86
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
87
-
88
- [More Information Needed]
89
 
90
  ## Dataset Structure
91
 
92
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
93
  This dataset contains
94
 
95
  - Year (int32): This column contains the year of the data record, with values ranging from 2000 to 2020
@@ -107,100 +81,10 @@ This dataset contains
107
  - 5: Cerebrovascular Disease (Stroke)
108
  - 6: Ischemic Stroke
109
  - 7: Hemorrhagic Stroke
110
- - Data_Value_Type (int32): Represents the type of data value. "Age-Standardized" is represented by 1, and "Crude" is represented by 2, indicating the measurement methods for the data value columns
111
  - Data_Value (float32): This column represents the number of deaths per 100,000 population
112
  - Break_Out_Category (string): This category is used for breaking down the data and includes four unique values: "Overall," "Gender," "Age," and "Race."
113
  - Break_Out_Details (string): Specific subcategories within the Break_Out_Category. This column includes values like "Overall," six age categories (e.g., "18-24," "25-44"), two gender categories (e.g., "Female," "Male"), and four race categories (e.g., "Hispanic," "Non-Hispanic Black," "Non-Hispanic White," "Other").
114
  - Break_Out_Type (int32): A numerical transformation of the Break_Out_Details column. In this system, "Overall" is represented as 0, "Male" and "Female" as 1 and 2, respectively; age groups "18-24," "25-44," "45-64," "65+" as 1, 2, 3, 4, respectively; and racial categories "Non-Hispanic White," "Non-Hispanic Black," "Hispanic," "Other" as 1, 2, 3, 4, respectively.
115
  - Life_Expectancy (float32): Represents the life expectancy for the applicable year and state
116
 
117
-
118
- [More Information Needed]
119
-
120
- ## Dataset Creation
121
-
122
- ### Curation Rationale
123
-
124
- <!-- Motivation for the creation of this dataset. -->
125
-
126
- [More Information Needed]
127
-
128
- ### Source Data
129
-
130
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
131
-
132
- #### Data Collection and Processing
133
-
134
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
135
-
136
- [More Information Needed]
137
-
138
- #### Who are the source data producers?
139
-
140
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
141
-
142
- [More Information Needed]
143
-
144
- ### Annotations [optional]
145
-
146
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
147
-
148
- #### Annotation process
149
-
150
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
151
-
152
- [More Information Needed]
153
-
154
- #### Who are the annotators?
155
-
156
- <!-- This section describes the people or systems who created the annotations. -->
157
-
158
- [More Information Needed]
159
-
160
- #### Personal and Sensitive Information
161
-
162
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
163
-
164
- [More Information Needed]
165
-
166
- ## Bias, Risks, and Limitations
167
-
168
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
169
-
170
- [More Information Needed]
171
-
172
- ### Recommendations
173
-
174
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
175
-
176
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
177
-
178
- ## Citation [optional]
179
-
180
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
181
-
182
- **BibTeX:**
183
-
184
- [More Information Needed]
185
-
186
- **APA:**
187
-
188
- [More Information Needed]
189
-
190
- ## Glossary [optional]
191
-
192
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
193
-
194
- [More Information Needed]
195
-
196
- ## More Information [optional]
197
-
198
- [More Information Needed]
199
-
200
- ## Dataset Card Authors [optional]
201
-
202
- [More Information Needed]
203
-
204
- ## Dataset Card Contact
205
-
206
- [More Information Needed]
 
38
  dtype: float32
39
  ---
40
 
 
 
 
 
 
 
 
 
 
 
41
  ### Dataset Description
42
 
43
+ This dataset encompasses mortality rates for cardiovascular (CVD) and heart diseases across the United States, covering both state-specific and national levels, from 2000 to 2020. The mortality rate is quantified as the number of deaths per 100,000 individuals annually in the US. The dataset is structured to classify mortality rates according to various demographic factors, including overall rates, gender (female, male), race (white, black, Hispanic, other), and age groups (18-24, 25-44, 45-65, 65+). Additionally, life expectancy data for each state is incorporated in the dataset. For ease of use, I combined the data on a five-year interval rather than an annual basis.
44
 
 
 
45
 
46
+ ### Dataset Sources
 
 
 
 
47
 
48
+ - CVD Mortality Data: Centers for Disease Control and Prevention(CDC) National Vital Statistics System
49
+ - https://data.cdc.gov/Heart-Disease-Stroke-Prevention/National-Vital-Statistics-System-NVSS-National-Car/kztq-p2jf/about_data
50
+ - Life Expectancy Data: Institute for Health Metrics and Evaluation
51
+ - https://ghdx.healthdata.org/record/ihme-data/united-states-life-expectancy-by-county-race-ethnicity-2000-2019
52
 
 
 
 
 
 
53
 
54
  ## Uses
55
 
56
+ This dataset serves as a valuable resource for researchers and individuals interested in examining and identifying patterns related to cardiovascular diseases in the United States. It can be utilized to forecast future fatalities caused by heart diseases by leveraging similar features present in the dataset. Additionally, the dataset enables users to gain insights into identifying states that require assistance and support in reducing mortality rates. Below are example use cases and corresponding codes:
 
 
 
 
57
 
58
+ - Analyzing the comprehensive picture of mortality and conducting time series analysis on mortality rates
59
+ - https://colab.research.google.com/drive/1ulygrSt9jt3x_4WIGD6QdK0TcGZlpuYF
60
+ - Building regression models
61
+ - https://colab.research.google.com/drive/1DhIni026qz5qqjfWwKXnqoQXDy-HzroC
62
+ - Developing a web application for users to quickly understand and compare mortality rates among states, along with relevant information like state population.
63
+ - https://github.com/jiwonny29/Exploring_US_Cardiovascular_Mortality_Trends_via_Streamlit
 
 
 
64
 
65
  ## Dataset Structure
66
 
 
67
  This dataset contains
68
 
69
  - Year (int32): This column contains the year of the data record, with values ranging from 2000 to 2020
 
81
  - 5: Cerebrovascular Disease (Stroke)
82
  - 6: Ischemic Stroke
83
  - 7: Hemorrhagic Stroke
84
+ - Data_Value_Type (int32): Represents the type of data value. "Age-Standardized" is represented by 1, and "Crude" is represented by 0, indicating the measurement methods for the data value columns
85
  - Data_Value (float32): This column represents the number of deaths per 100,000 population
86
  - Break_Out_Category (string): This category is used for breaking down the data and includes four unique values: "Overall," "Gender," "Age," and "Race."
87
  - Break_Out_Details (string): Specific subcategories within the Break_Out_Category. This column includes values like "Overall," six age categories (e.g., "18-24," "25-44"), two gender categories (e.g., "Female," "Male"), and four race categories (e.g., "Hispanic," "Non-Hispanic Black," "Non-Hispanic White," "Other").
88
  - Break_Out_Type (int32): A numerical transformation of the Break_Out_Details column. In this system, "Overall" is represented as 0, "Male" and "Female" as 1 and 2, respectively; age groups "18-24," "25-44," "45-64," "65+" as 1, 2, 3, 4, respectively; and racial categories "Non-Hispanic White," "Non-Hispanic Black," "Hispanic," "Other" as 1, 2, 3, 4, respectively.
89
  - Life_Expectancy (float32): Represents the life expectancy for the applicable year and state
90