运行 ❯
获取
你的 Python
服务器
×
更改面向方式
更改主题,浅色/深色
转到 Spaces
import pandas as pd a = [1, 7, 2] myvar = pd.Series(a) print(myvar)
0 1 1 7 2 2 dtype: int64