Skip to content

Commit

Permalink
Update homework1-solution.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
NiuZhixiao committed Nov 7, 2023
1 parent a526d2a commit cf9bd87
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions chapters/homework/homework1-solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,13 @@
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"The driest season is JJA (Jun-Jul-Aug).\n"
]
}
],
"source": [
Expand All @@ -284,7 +291,8 @@
" columns = ['Mean', 'Variance', 'Skewness', 'Kurtosis']\n",
" )\n",
"\n",
"display(stat)"
"display(stat)\n",
"print('The driest season is JJA (Jun-Jul-Aug).')"
]
},
{
Expand Down Expand Up @@ -583,7 +591,7 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "5259be84",
"id": "1a883569",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -647,7 +655,7 @@
{
"cell_type": "code",
"execution_count": 12,
"id": "e90c5f69",
"id": "22bfc24a",
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit cf9bd87

Please sign in to comment.