在IDLE中输入
>>>a=pd.Series([9,8,7,6])
>>>a
出现AttributeError: 'NoneType' object has no attribute 'fileno'
运行cmd窗口输入同样内容,问题解决了,???
0 9
1 8
2 7
3 6
在IDLE中输入
>>>a=pd.Series([9,8,7,6])
>>>a
出现AttributeError: 'NoneType' object has no attribute 'fileno'
运行cmd窗口输入同样内容,问题解决了,???
0 9
1 8
2 7
3 6