import pandas as pd import numpy as np s = pd.Series(np.random.randn(4), name='daily returns') print(s)