Skip to content

Commit 3f89844

Browse files
committed
link to scaling pandas
1 parent 914eca1 commit 3f89844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assignments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ The runtime is [the place where Python is installed and the code is actually exe
123123
1. In the bottom-right corner, click `Python 3`.
124124
1. Click `Change runtime type`.
125125
1. Turn `High-RAM` ([Random Access Memory](https://simple.wikipedia.org/wiki/Random-access_memory)) on.
126-
- Make sure you aren't loading data you don't need.
127-
- If loading a new dataset, [make it smaller](assignments/open_ended.md#reducing-data-size)
126+
- [Tweak pandas to use memory more efficiently.](https://pandas.pydata.org/docs/user_guide/scale.html)
127+
- [Make the dataset smaller.](assignments/open_ended.md#reducing-data-size)

0 commit comments

Comments
 (0)