A-wels / excel-timerseries-visualizer

Read and visualize time series from an excel file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation:

pip3 install -r requirements.txt

OR

download the binary file from the latest release

Usage: python3 main.py

Changing the fitting method:

Change the method fit_data() in main.py.

Format in excel files:

First row contains titles. Each column represents one time series. All rows after contain one entry of each time series.

About

Read and visualize time series from an excel file


Languages

Language:Python 100.0%