From 3e6bce2e720d86fdadaa62b6fb8eef9faa7f80d5 Mon Sep 17 00:00:00 2001 From: Austin L Wolfgram Date: Fri, 16 Jan 2026 14:40:38 -0500 Subject: [PATCH] Phrasing --- docs/using_dataframe_in_a_standalone_script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_dataframe_in_a_standalone_script.md b/docs/using_dataframe_in_a_standalone_script.md index 6715c47..b1ade16 100644 --- a/docs/using_dataframe_in_a_standalone_script.md +++ b/docs/using_dataframe_in_a_standalone_script.md @@ -56,7 +56,7 @@ You'll notice the dataframe now has a new column called `rooms_per_household` at Can we protect ourselves better? -We can mitigate this by carrying them out to be separate variables that we reuse. +We can mitigate this by lifting them to top level scope to be separate variables that we reuse. ```haskell #!/usr/bin/env cabal