diff options
author | Bryan Brattlof <hello@bryanbrattlof.com> | 2020-11-12 14:15:43 -0500 |
---|---|---|
committer | Bryan Brattlof <hello@bryanbrattlof.com> | 2020-11-12 14:15:43 -0500 |
commit | 6241adbbf78c4ca6beb94883aaa6798f075afd92 (patch) | |
tree | 473aba8903fff4a85001aaa446bdeb2f196358f3 | |
parent | e5b6a32c569c9651f15bd0ceb0d31d9c7a001f63 (diff) | |
download | norta-6241adbbf78c4ca6beb94883aaa6798f075afd92.tar.gz norta-6241adbbf78c4ca6beb94883aaa6798f075afd92.tar.bz2 norta-6241adbbf78c4ca6beb94883aaa6798f075afd92.zip |
link to 'prepare-data.py' script for easier navigation
-rw-r--r-- | readme.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,9 +28,9 @@ So if you wish for a copy please `send a DM or email me Preparing The Data ################## -**prepare-data.py**: is a small script to convert the ``bus.log.tar.gz`` file -into a CSV file named ``bus.csv`` that can be easily inserted into pandas using -something like this:. +`prepare-data.py <https://git.bryanbrattlof.com/norta/tree/prepare-data.py>`__: +is a small script to convert the ``bus.log.tar.gz`` file into a CSV file named +``bus.csv`` that can be easily inserted into pandas using something like this:. .. code-block:: python |