pandas dependency introduction
Hello.
I would like to integrate the Pandas module in order to facilitate data manipulation. For example rewrite the history csv part to have something more robust. Unfortunately, the pandas module is only compatible with version 3.7.1< of python.
https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html
The silkaj project wants to be compatible from python 3.6.8. Can this change? Or do I have to make up my mind.