From 8a0ffc2ac502fbd9bdce19e10846896168e26dad Mon Sep 17 00:00:00 2001 From: "Chenchen(Erica) Wei" <32824389+EricaWei053@users.noreply.github.com> Date: Sun, 20 Dec 2020 15:28:42 -0500 Subject: [PATCH] Update README.md add the demo to the readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba4dbd5..d97cbd6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ ![Codecov](https://img.shields.io/codecov/c/github/EricaWei053/DataSentiment) [![Read the Docs](https://readthedocs.org/projects/datasentiment/badge/?version=latest)](https://datasentiment.readthedocs.io/en/latest/?badge=latest) - ## Description Sometimes the data analysis is a very time-consuming and dry process. This platform provides an automatically statistic analysis results, cumulative return plot, @@ -13,6 +12,10 @@ histogram and 3D visualization for given time-series data. The data could be tic profit and loss(pnl) data. The input data reqiuremtns are two columns, one column is date, another one is value depending on the date. +## Demo + +![](demo.gif) + ## Usage Backend mainly in Python in processing file, data, calculating values.