How to add pandas in repl.it Classroom unit test
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?
tried to import import panda Repl.it, but was getting the below error
ModuleNotFoundError: No module named 'Panda
HELP..!!!!!