NameError: name 'pd' is not defined

后端 未结 1 1018
难免孤独
难免孤独 2021-01-04 05:21

I am attempting run in Jupyter

import pandas as pd                     
import matplotlib.pyplot as plt          # plotting
import numpy as np                       


        
1条回答
  •  时光说笑
    2021-01-04 05:55

    Select Restart & Clear Output and run the cells again from the beginning.

    I had the same issue, and as Ivan suggested in the comment, this resolved it.

    0 讨论(0)
提交回复
热议问题