From 7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 10 Mar 2020 12:27:53 +0000 Subject: Initial commit --- datasets/run_log/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 datasets/run_log/README.md (limited to 'datasets/run_log/README.md') diff --git a/datasets/run_log/README.md b/datasets/run_log/README.md new file mode 100644 index 0000000..b001201 --- /dev/null +++ b/datasets/run_log/README.md @@ -0,0 +1,16 @@ +# Interval Training Running Pace + +This dataset shows the pace of a runner during an interval training session, +where a mobile application provides instructions on when to run and when to +walk. + +Data obtained from the authors' RunDouble account for a run on 2018-07-31. + +See the LICENSE file for the license of the ``stats.csv`` file. To retrieve +``run_log.json`` from ``stats.csv``, run: + +``` +$ python convert.py stats.csv run_log.json +``` + +![Plot of run_log dataset](./run_log.png) -- cgit v1.2.3