Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: 2020-2021 Nationwide Blood Donor Seroprevalence Survey Combined Infection-
|
5 |
+
and Vaccination-Induced Seroprevalence Estimates
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- coronavirus
|
10 |
+
- covid
|
11 |
+
- covid19
|
12 |
+
- covid-19
|
13 |
+
- laboratory
|
14 |
+
- prevalence
|
15 |
+
- sars-cov
|
16 |
+
- seroprevalence
|
17 |
+
- serosurveys
|
18 |
+
---
|
19 |
+
|
20 |
+
# 2020-2021 Nationwide Blood Donor Seroprevalence Survey Combined Infection- and Vaccination-Induced Seroprevalence Estimates
|
21 |
+
|
22 |
+
## Description
|
23 |
+
|
24 |
+
CDC is collaborating with the National Institutes of Health (NIH), the Food and Drug Administration (FDA), Vitalant Research Institute (VRI), Westat Inc., and numerous blood collection organizations across the United States to conduct a nationwide COVID-19 seroprevalence survey of blood donors. This is the largest nationwide COVID-19 seroprevalence survey to date. De-identified blood samples are tested for antibodies to SARS-CoV-2 to better understand the percentage of people in the United States who have antibodies against SARS-CoV-2 (the virus that causes COVID-19) and to track how this percentage changes over time. Both SARS-CoV-2 infection and COVID-19 vaccines currently used in the United States result in production of anti-spike (anti-S) antibodies but only infection results in production of anti-nucleocapsid (anti-N) antibodies. Combined seroprevalence estimates the proportion of the population with evidence of previous SARS-CoV-2 infection, COVID-19 vaccination, or both. It estimates the proportion of the population with some presumed protection against infection with the virus that causes COVID-19. The term “combined seroprevalence” refers to the combined infection- and vaccination-induced SARS-CoV-2 seroprevalences. This is the population that has anti-S antibodies, regardless of the presence of anti-N antibodies.
|
25 |
+
|
26 |
+
This link connects to a webpage that displays the data from the Nationwide Blood Donor Seroprevalence Survey. It offers an interactive visualization available at https://covid.cdc.gov/covid-data-tracker/#nationwide-blood-donor-seroprevalence
|
27 |
+
|
28 |
+
Additional information is available at: https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/blood-bank-serosurvey.html
|
29 |
+
|
30 |
+
## Dataset Details
|
31 |
+
|
32 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
33 |
+
- **Temporal Coverage**: 2020-07-01/2021-12-14
|
34 |
+
- **Geographic Coverage**: US
|
35 |
+
- **Last Modified**: 2025-02-23
|
36 |
+
- **Contact**: CDC-INFO ([email protected])
|
37 |
+
|
38 |
+
## Source
|
39 |
+
|
40 |
+
Original data can be found at: https://data.cdc.gov/d/wi5c-cscz
|
41 |
+
|
42 |
+
## Usage
|
43 |
+
|
44 |
+
You can load this dataset using:
|
45 |
+
|
46 |
+
```python
|
47 |
+
from datasets import load_dataset
|
48 |
+
dataset = load_dataset('HHS-Official/2020-2021-nationwide-blood-donor-seroprevalence-su')
|
49 |
+
```
|
50 |
+
## License
|
51 |
+
|
52 |
+
This dataset is licensed under https://www.usa.gov/government-works
|