Assignment 7 - Global Variables

Re: Assignment 7 - Global Variables

by Erik Spence -
Number of replies: 0
No. What is wrong with passing the dataframe into the function? It's only wrong to access global variables if you are accessing them without passing them through the function's argument list.