Upgrade version of Pandas

前端 未结 4 648
北恋
北恋 2020-12-03 02:40

I am running Python on a Windows machine at the following path:

C:\\WinPython-64bit-3.4.4.1

I am trying to upgrade to the latest version of

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 03:22

    According to an article on Medium, this will work:

    install --upgrade pandas==1.0.0rc0

提交回复
热议问题