import pandas as pddata=pd.read_csv(数据)错误类型:pd未被定义
刚刚下载的jupyter还不清楚怎么使用,
你安装pandas了吗?没有的话安装一下
pip install pandas