You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/week02/hw-02.qmd
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ We cleaned the `Snow_cover` column during class. Inspiring yourself from the ste
12
12
13
13
3. Use the relationship between the three cover columns (Snow, Water, Land) to infer missing values where possible and recompute the `Total_cover` column as needed
14
14
15
-
**Add comments to your quarto document about your decisions and assumptions**, this will be part of the grading.
15
+
**Add comments to your quarto document about your decisions and assumptions**, this will be a large part of the grading (see below).
16
16
17
17
18
18
### Setup
@@ -22,9 +22,11 @@ You should start a new quarto document named `eds213_data_cleaning_assign_YOURNA
22
22
23
23
### The expectations are:
24
24
25
-
- The Quarto document `eds213_data_cleaning_assign_YOURNAME.qmd` should run if your repo is cloned locally
26
-
- The code should be well commented and output a csv file named `all_cover_fixed_YOURNAME.csv` in the `data/processed` folder
27
-
- Your quarto document should have all the necessary explanations about the decisions you made and potential assumptions you used (don't forget to look at the metadata!)
25
+
- The Quarto document `eds213_data_cleaning_assign_YOURNAME.qmd` should run if your repo is cloned locally (5pts; Reproducibility)
26
+
- The code should output a csv file named `all_cover_fixed_YOURNAME.csv` in the `data/processed` folder (5pts; Code)
27
+
- Comment well you code (10pts; Documentation)
28
+
- Your quarto document should provide all the necessary explanations about your decisions and discuss potential assumptions you used (don't forget to look at the metadata!) (30pts; Documentation)
29
+
- The code should perform the 3 data cleaning steps describe above to enable ingestion into a database (50pts; Technical concepts)
28
30
29
31
**Note**: We recommend starting by importing the csv file with the corrected `Snow_cover` column (`data/processed/snow_cover.csv`) we generated during class (my code [here](https://github.com/UCSB-Library-Research-Data-Services/bren-meds213-data-cleaning/blob/later/data-cleaning.qmd))
30
32
@@ -36,4 +38,4 @@ Finally, remember there are many correct ways of doing this, so document your wo
36
38
37
39
- Download your repository as a `.zip` file and upload it to canvas
0 commit comments