Run »
×
Change Orientation
import pandas as pd a = [1, 7, 2] myvar = pd.Series(a, index = ["x", "y", "z"]) print(myvar["y"])
7
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit