I am trying to use panda. When I import it as
import panda as pd
I get this error
File "/usr/local/lib/python3.5/dist-packages/panda/__init__.py", line 1, in <module>
from request import PandaRequest ImportError: No module named 'request'
'request' seems to be already installed:
Requirement already satisfied: request in /usr/local/lib/python3.5/dist-packages
I am using Python 3.5. I read around and the problem appears to exist only with 2.7. Do you have an idea of why it does not work?
Thanks
Bruno
I think you mean the pandas library, in which case you use
import pandas as pd
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With