Skip to content

Commit eb99958

Browse files
committed
better notation
1 parent c8b43a2 commit eb99958

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/week02/hw-02.qmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ You should start a new quarto document named `eds213_data_cleaning_assign_YOURNA
2222

2323
### The expectations are:
2424

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)
25+
- The Quarto document `eds213_data_cleaning_assign_YOURNAME.qmd` should run if your repo is cloned locally (5 pts; Reproducibility)
26+
- The code should output a csv file named `all_cover_fixed_YOURNAME.csv` in the `data/processed` folder (5 pts; Code)
27+
- Comment well you code (10 pts; 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!) (30 pts; Documentation)
29+
- The code should perform the 3 data cleaning steps describe above to enable ingestion into a database (50 pts; Technical concepts)
3030

3131
**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))
3232

@@ -38,4 +38,4 @@ Finally, remember there are many correct ways of doing this, so document your wo
3838

3939
- Download your repository as a `.zip` file and upload it to canvas
4040

41-
**Credit: 100pts**
41+
**Credit: 100 pts**

0 commit comments

Comments
 (0)