I am trying to install pandas in my company computer. I tried to do
pip install pandas
but operation retries and then timesout.
th
Did you install python using anaconda ? if not I recommend you reinstall it using anaconda.
If you used anaconda to install python, try this conda install pandas
conda install pandas