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