Skip to content

Commit

Permalink
Heading centered
Browse files Browse the repository at this point in the history
  • Loading branch information
varunkuntal committed May 17, 2022
1 parent 3f450af commit e9f24a0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<div align="center">
---
title: Rolling calculations on Time Series data in Pandas
tags: SonarLint, VSCode
tags: pandas, python, time-series
---
</div>

Moving averages are particularly useful in finance and business domain where time series data is used to calculate important insights. We will attempt to understand usage of Pandas `rolling` function (`pandas.DataFrame.rolling`) by using it on an IPL batsman's performance over the course of 10 years of international cricket.

Expand Down

0 comments on commit e9f24a0

Please sign in to comment.