s1=pd.series(s_list)
AttributeError: module 'pandas' has no attribute 'series'
![]() |
T243941wq
展开
|
![]() |
梦幻牙膏
展开
这是哪里错了??
import pandas as pd
import numpy as np
s_list={1,2,3,4}
s1=pd.series(s_list)
s1
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-2-d0257f733e5e> in <module>
----> 1 s1
NameError: name 's1' is not defined |
![]() |
monian1028
展开
|
![]() |
twinkle13
展开
|
承担因您的行为而导致的法律责任,
本站有权保留或删除有争议评论。
参与本评论即表明您已经阅读并接受
上述条款。