I have a ndarray like this one:
In [75]:
z_r
Out[75]:
array([[ 0.00909254],
[ 0.02390291],
[ 0.02998752]])
In here, I want to ask how to convert those things to series, the desired output is like this:
0 0.00909254
1 0.02390291
2 0.02998752