diff options
Diffstat (limited to 'datasets/run_log/README.md')
| -rw-r--r-- | datasets/run_log/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
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 +``` + + |
