I am fairly new to using pip and python. I installed other libraries in python but can't install pandas. It gives lots of error after 22 percent installation. See the errors in image
Can anyone help?
I am fairly new to using pip and python. I installed other libraries in python but can't install pandas. It gives lots of error after 22 percent installation. See the errors in image
Can anyone help?
Try installing numpy first, maybe pandas installation will work after.
pip install numpy
pip install pandas
If it does not work, try installing specific versions of pandas, like:
pip install pandas==0.23.4
Hope it helps!
Based on the image you have inserted the problem is with your internet speed. If I were you I would download pandas from official website. You can install it using this. Also on this website you will find other packages that needs to be installed in order for pandas to work.