Check Pandas installed or not

Hi, I am a beginner for Python. Just want to ask a simple question. How can I know if pandas is already installed in my computer? Thanks

1 Like

Type import pandas to your python interpreter, if there isn’t error raised then it is installed. Another way is to use pip in terminal - pip show pandas

1 Like

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