diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-10 12:27:53 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-10 12:27:53 +0000 |
| commit | 7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e (patch) | |
| tree | 10aa6710599230c889ec44407a065ee303a79348 /datasets/run_log/README.md | |
| download | TCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.tar.gz TCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.zip | |
Initial commit
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 +``` + + |
