<aside> ⚙ **English documentation 한글 문서
QnA : Github discussions Source code : Github repository**
</aside>
Statmanager-kr can be easily installed using pip.
pip install statmanager-kr
If a new version is released, you can easily update it in PIP as shown below.
pip install statmanager-kr --upgrade
Upon installation, the following dependent libraries are automatically installed.
Pandas
Statmanager-kr is a package that depends heavily on the pandas
.
In this official documentation, pandas.DataFrame
is consistently referred to as df
.
Statmanager-kr works best in the Jupyter notebook (.ipynb
).