This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
datetime | value | |
---|---|---|
2019-10-31 00:00:00 | 0.8430180331124575 | |
2019-10-31 01:00:00 | 0.7826086311709635 | |
2019-10-31 02:00:00 | 0.7663880412254971 | |
2019-10-31 03:00:00 | 0.7634241319212418 | |
2019-10-31 04:00:00 | 0.8012377023144415 | |
2019-10-31 05:00:00 | 0.8043293901229134 | |
2019-10-31 06:00:00 | 0.8916101786178693 | |
2019-10-31 07:00:00 | 1.1688269710885222 | |
2019-10-31 08:00:00 | 0.9969369552468788 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dtm | volume | |
---|---|---|
2020-01-01 00:00:00 | 0.0 | |
2020-01-01 01:00:00 | 0.0 | |
2020-01-01 02:00:00 | 0.0 | |
2020-01-01 03:00:00 | 0.0 | |
2020-01-01 04:00:00 | 0.0 | |
2020-01-01 05:00:00 | 0.0 | |
2020-01-01 06:00:00 | 0.0 | |
2020-01-01 07:00:00 | 0.0 | |
2020-01-01 08:00:00 | 0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/ | |
git clone https://github.com/eninedev/kobayashi-maru.git techtest | |
cd techtest | |
git submodule update --init | |
python3.8 -m venv venv | |
source venv/bin/activate | |
pip install -r config/requirements.txt | |
python manage.py migrate | |
python manage.py check | |
echo "" |