Hacker News new | ask | show | jobs
Ask HN: Tools for graphing Git CSV files?
2 points by jlbnjmn 1998 days ago
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?