Skip to content

Commit 9a781df

Browse files
committed
adjust bonus points
1 parent 6e48516 commit 9a781df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

hw_2.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
"source": [
315315
"### Bonus 1\n",
316316
"\n",
317-
"_0.2 points_\n",
317+
"_5 points_\n",
318318
"\n",
319319
"Create a `graffiti_flag2` column using only built-in pandas operations, i.e. without using a custom function (`def`). Another way to think about it: Instead of operating on a single row at a time, how can you operate across entire columns? See [working with text data](https://pandas.pydata.org/pandas-docs/stable/user_guide/text.html) for clues."
320320
]
@@ -338,7 +338,7 @@
338338
"source": [
339339
"### Bonus 2\n",
340340
"\n",
341-
"_0.2 points_\n",
341+
"_5 points_\n",
342342
"\n",
343343
"Clean another column of the dataset. Include explanation and code for how you got there."
344344
]

hw_4.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
"source": [
393393
"## Bonus: Charting against COVID-19 case counts\n",
394394
"\n",
395-
"_0.4 points_\n",
395+
"_10 points_\n",
396396
"\n",
397397
"Let's take a look at the `Consumer Complaint`s against the COVID-19 case numbers in NYC in the same graph. You'll need to:\n",
398398
"\n",

0 commit comments

Comments
 (0)