python module 'pandas' has no attribute 'plotting'

前端 未结 4 1321
难免孤独
难免孤独 2021-01-14 13:01

I am a beginner of Python. I follow the machine learning course of Intel. And I encounter some troubles in coding. I run the code below in Jupyter and it raises an Att

4条回答
  •  误落风尘
    2021-01-14 13:31

    Update your pandas version using following command

    pip install --upgrade pandas
    

提交回复
热议问题