Data Analysis with Python Projects - Demographic Data Analyzer

Tell us what’s happening:
Having an issue importing pandas. Every time i run it, it comes back as ModuleNotFoundError: No module named ‘pandas’

Your code so far
import pandas as pd

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

Challenge: Data Analysis with Python Projects - Demographic Data Analyzer

Link to the challenge:

at shell command prompt type “pip install pandas”

1 Like

@fvue You can look for CMD in the Windows search bar if you are trying to find the shell command prompt

Likely coding this on Replit, since that’s where the boilerplate code loads, so no don’t look there (unless you are coding it locally).

1 Like