Do you know of a tool to visualize csv file changes using git history?<p>Example use case:<p>1) csv file stores weather readings
2) csv file gets updated daily and committed using git
3) dashboard shows graph of readings over time<p>Any ideas before I write something in Python?