I'm creating an Assignment in repl.it classroom. I want it to be autograded, and in my unit code I want to use pandas. I add "import pandas" as expected in the import section of the unit test case code, but when I run a unit test on my model code (the model code does not use pandas, only the test code does), the system says no module named pandas.
I'm creating an Assignment in repl.it classroom. I want it to be autograded, and in my unit code I want to use pandas. I add "import pandas" as expected in the import section of the unit test case code, but when I run a unit test on my model code (the model code does not use pandas, only the test code does), the system says no module named pandas.
What do I have to do to make this work?
@vedprad1 yes, there is.