Pandas not loading

Problem description: So I was executing my python code while working on a dataset and all of a sudden , the compiler fails to recognize the pandas module

Expected behavior:
I have executed
import pandas as pd

Actual behavior:
During execution , the message is
ModuleNotFoundError : No module named ‘pandas’

Steps to reproduce:

Bug appears at this link:

Browser/OS/Device:

Try adding pandas through the Packager tab, or running one of these in Shell tab:

pip install pandas
poetry add pandas

Also, welcome to Ask!

3 Likes

Thank You ! Actually I just started with Replit this week and the community seems to be really helpful

2 Likes

Happy to help! If your issue is now resolved, please mark my post as the solution so this thread can close.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.