Posts by vbehring • 11 points
1 post
-
1
votes3
answers611
viewsA: How to build time series with frequencies different from the original?
In Python you can use the "Pandas" package for manipulating dataframes. In this case, I suggest doing the groupings per year and then getting the information you need. For more examples and…