from Hacker News

Ask HN: Tools for graphing Git CSV files?

by jlbnjmn on 12/30/20, 7:18 PM with 0 comments

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?