Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
anzonyquispe committed Jul 20, 2024
1 parent 881c89e commit 87a6bab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions Lecture_2/Assignment_2/Assignment_2 .ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -178,7 +177,7 @@
"3. Merge both datasets using the key variables `pc11_s_id`,\t`pc11_d_id,`\t`pc11_sd_id`, `year`. \n",
"4. Generate a descriptive statistics for `per_TREES-BD`, `per_TREES-BE`, `per_TREES-ND`, `per_TREES-NE`.\n",
"5. Sum these 4 columns and name the new column as `sum_tree` and get a histogram.\n",
"6. Generate the histogram of these 4 columns `per_TREES-BD`, `per_TREES-BE`, `per_TREES-ND`, `per_TREES-NE` for the above and below median of the sum_tree variable.\n",
"6. Generate the histogram of these 4 columns `per_TREES-BD`, `per_TREES-BE`, `per_TREES-ND`, `per_TREES-NE` for the above and below median dataset filtered by the sum_tree variable.\n",
"\n",
"Do not forget to use relative paths."
]
Expand Down

0 comments on commit 87a6bab

Please sign in to comment.