Skip to content

Commit

Permalink
link to info about making data smaller in HW1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jan 28, 2025
1 parent a23c166 commit d994534
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hw_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _[General assignment information](assignments.md)_
- It must have:
- At least one numeric column
- Between one thousand and one million rows
- If it's larger than that, you can filter it down.
- If it's larger than that, you can [make it smaller](assignments/open_ended.md#reducing-data-size).
- Don't spend too long on this step.
1. If there's more than one numeric column, pick one.
1. Create a new notebook.
Expand Down
4 changes: 3 additions & 1 deletion lecture_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1248,9 +1248,11 @@
{
"cell_type": "markdown",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": "slide"
}
},
"tags": []
},
"source": [
"## Pandas data structures\n",
Expand Down
8 changes: 7 additions & 1 deletion lecture_1_exercise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"# Lecture 1 in-class exercise\n",
"\n",
Expand Down

0 comments on commit d994534

Please sign in to comment.