Aug-18-2020, 06:47 PM
Hi, I'm new to Python and the forum. I have a frustrating problem that I can't understand. I've installed the pandas package and whenever I try to run a program using pandas my output gets stuck in a loop that never ends.
I've written a program that imports pandas and does nothing else, I've named it "testfile.py"
I apologize if I didn't enter the code correctly.
My output is below. When I run the program it asks me to enter a number but it never ends. Does anyone know why this is happening?
(pandas) timoshea81@iMac python % python3 testfile.py
Enter a number:
I've written a program that imports pandas and does nothing else, I've named it "testfile.py"
I apologize if I didn't enter the code correctly.
import pandas as pd
My output is below. When I run the program it asks me to enter a number but it never ends. Does anyone know why this is happening?
(pandas) timoshea81@iMac python % python3 testfile.py
Enter a number: