Skip to content

Commit

Permalink
add location ids spreadsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
wdduncan committed Apr 30, 2020
1 parent 3c04f8c commit e3af35f
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,38 @@
"What are the most common symptoms in this dataset?"
]
},
{
"cell_type": "code",
"execution_count": 26,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0 First confirmed imported COVID-19 pneumonia patient in Shenzhen (from Wuhan): male, 66, shenzheng residence, visited relatives in Wuhan on 12/29/2019, symptoms onset on 01/03/2020, returned to She...\n",
"1 new confirmed imported COVID-19 pneumonia patient in Beijing: male, 56, visited Wuhan on 01/08/2020, return to Beijing on 01/16/2020, symptoms onset on 01/16/2020, hospitalized on 01/20/2020.\n",
"2 Death from COVID-19 pneumonia in Wuhan: male, 70, symptom onset on 01/15/2020, hospitalized on 01/19/2020, death on 01/23/2020\n",
"3 new confirmed COVID-19 patient in US: passenger from Diamond Princess cruise ship, returned 2/13\n",
"4 new confirmed COVID-19 patient in US: passenger from Diamond Princess cruise ship, returned 2/13\n",
" ... \n",
"1392 new confirmed COVID-19 patient in US: passenger from Diamond Princess cruise ship, returned 2/13\n",
"1393 new confirmed COVID-19 patient in US: passenger from Diamond Princess cruise ship, returned 2/13\n",
"1394 new confirmed COVID-19 patient in US: passenger from Diamond Princess cruise ship, returned 2/13\n",
"1395 new confirmed COVID-19 patient in US: passenger from Diamond Princess cruise ship, returned 2/13\n",
"1396 new confirmed COVID-19 patient in US: passenger from Diamond Princess cruise ship, returned 2/13\n",
"Name: notes, Length: 3397, dtype: object"
]
},
"execution_count": 26,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"pd.set_option('max_colwidth', 200)\n",
"records.notes"
]
},
{
"cell_type": "code",
"execution_count": 17,
Expand Down Expand Up @@ -2141,6 +2173,37 @@
"assets"
]
},
{
"cell_type": "code",
"execution_count": 28,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0 TAK-888, antibodies from recovered COVID-19 patients\n",
"0 TAK-888, antibodies from recovered COVID-19 patients\n",
"1 Antibodies from mice, REGN3048-3051, against the spike protein\n",
"1 Antibodies from mice, REGN3048-3051, against the spike protein\n",
"1 Antibodies from mice, REGN3048-3051, against the spike protein\n",
" ... \n",
"119 ISR-50\n",
"120 Unknown\n",
"121 Unknown\n",
"122 Unknown\n",
"123 Unknown\n",
"Name: productType, Length: 260, dtype: object"
]
},
"execution_count": 28,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"assets.productType"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit e3af35f

Please sign in to comment.