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