Time Series Data Basics with Pandas Part 2: Price Variation from Pandas GroupBy

preview_player
Показать описание

This code demonstrates how to view time series data in pandas as well as shifting dataframe, groupby datetime (daily, weekly, monthly), and price variation by day, month, year etc.
Рекомендации по теме
Комментарии
Автор

Awesome content. How would I group an individual month together for multiple years? E.g I want to find out over the last 5 years, what the avg return of the month of OCT is. Oct 2013, 0ct, 2014 etc. Thank you!

joshuadawson
Автор

I've got an error....NotImplementedError: data_source='google' is not implemented

hermesmorales