adef1736e5aaf6aae64028b755ae45652f5a586b
FreqStats
Construction
docker build -t flask-web-app .
Lancement
docker run -it -p 5000:5000 -v $(pwd)/src/:/src -v /home/jerome/Perso/freqtradeDocker/user_data/:/mnt/external flask-web-app bash
puis : python3 app.py
librairies
### Génération d'un rapport sur le dataframe
ydata-profiling : https://github.com/ydataai/ydata-profiling
profile = ProfileReport(dataframe, tsmode=True, sortby="date", title="Time-Series EDA")
profile.to_file("report_timeseries.html")
Description
Languages
JavaScript
54.6%
Python
33.1%
HTML
6.3%
CSS
4.3%
Dockerfile
1.7%