Percentage change in price

google = pd.read_csv(‘google.csv’, parse_dates=[‘date’], index_col=‘date’)
Lags__changes__and_returns_for_stock_price_series___Python
Lags__changes__and_returns_for_stock_price_series___Python

Shifting helps in comparing data. Rate of change etc
Lags__changes__and_returns_for_stock_price_series___Python_🔊
Lags__changes__and_returns_for_stock_price_series___Python_🔊
Lags__changes__and_returns_for_stock_price_series___Python
Lags__changes__and_returns_for_stock_price_series___Python

Indexing___resampling_time_series___Python