Python3 and pandas

前端 未结 6 1603
無奈伤痛
無奈伤痛 2020-12-31 13:31

I have checked some other SO answers and googled somewhat extensively and cannot seem to find someone who has asked/answered this:

I am running Ubuntu 12.04. I have

6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-31 14:08

    sudo apt update
    sudo apt install python3-pip
    sudo pip3 install pandas
    

提交回复
热议问题