Do you know of a tool to visualize csv file changes using git history?

Example use case:

1) csv file stores weather readings 2) csv file gets updated daily and committed using git 3) dashboard shows graph of readings over time

Any ideas before I write something in Python?