Unable to import pandas in Linux environment

Viewed 29

In Linux Environment I have installed pandas using "pip install pandas" but when I'm running python and using import pandas for that I'm getting such error

      >>> import pandas
      Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: No module named pandas

Is there anyways which automatically installs pandas library as a part of code in Linux environment

0 Answers
Related