How to install pandas from pip on windows cmd?

前端 未结 8 1089
情歌与酒
情歌与酒 2021-01-30 13:43

I am trying to install pandas using pip to run some pandas-based Python programs. I already installed pip. I tried googling and SO\'ing but didn\'t find a solution to this error

8条回答
  •  太阳男子
    2021-01-30 13:49

    install pip, securely download get-pip.py

    Then run the following:

    python get-pip.py

    On Windows, to get Pandas running,follow the step given in following link

    https://github.com/svaksha/PyData-Workshop-Sprint/wiki/windows-install-pandas

提交回复
热议问题