Run the following code to investigate this second fact by plotting the log returns series.
- Visualize the log returns series:
df.log_rtn.plot(title='Daily MSFT returns')
Executing the code results in the following plot:
We can observe clear clusters of volatility—periods of higher positive and negative returns.