I already used pip3 to install pandas. I don’t think there is anything wrong in terms of syntax. I have tried looking at stack overflow articles to see if there is a way to fix it.
I have tried the conda install command and the !pip freeze commands.
I have run the pip3 install pandas command as well. In all instances it says the requirement is already satisfied.
Wait, did you use both conda and pip3 to install Pandas? Because that could be your issue. Conda doesn’t know what pip installed (and vice versa). I would stick to one or the other but not both conda and pip.
Did you install pandas in the same location (dir) that you installed Python?
How did you initiate Jupyter Notebook in Terminal? It could be that there’s a location issue between where you installed Pandas and where you’re working in Python.
Spoke with another codecademy user and he said launching from the conda software and accessing the information that way should have it see pandas and everything installed. → This is true. pandas works when I do this.
Was it @tgrtim? He’s very resourceful and I usually look to him for answers. (he’s actually helped many people with installation issues here over the years.)
Look up Google Colab. It’s an app you add to your Drive. It’s based on Jupyter and looks like it but it’s cloud-based. But, everybody is different, so use what you know/like.