We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914eca1 commit 3f89844Copy full SHA for 3f89844
assignments.md
@@ -123,5 +123,5 @@ The runtime is [the place where Python is installed and the code is actually exe
123
1. In the bottom-right corner, click `Python 3`.
124
1. Click `Change runtime type`.
125
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)
+- [Tweak pandas to use memory more efficiently.](https://pandas.pydata.org/docs/user_guide/scale.html)
+- [Make the dataset smaller.](assignments/open_ended.md#reducing-data-size)
0 commit comments