forerad

Utilities for collecting and analyzing with Citibike data in Python
Log | Files | Refs | README

commit de837e5227079b4adb8fa408e6e24772d1906574
parent 17d351b9bda21c0685f6b31797358d7660e98073
Author: Steve Gattuso <steve@stevegattuso.me>
Date:   Mon,  6 Nov 2023 13:02:51 +0100

always leave a note!

Diffstat:
Mbin/scraper | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/bin/scraper b/bin/scraper @@ -34,6 +34,11 @@ def main__fetch(args: argparse.Namespace): def main__schema_report(args: argparse.Namespace): + """ + Provides a nice lil report that shows which schema version each of the + archives uses. If you use this with the --month argument it will also print + out all of the column headers. + """ archives = scrape_historical.HistoricalTripArchive.list_cached() if args.month is not None: