Pandas Series Creation: Which of the following command can be used to get the series given below?

Series

1     1
2     4
3     9
4    16
5    25
6    36
7    49
8    64
9    81
dtype: int32

Comments