Quick Start


Class info


Manual for analysis


Figure & Save method


<aside> ⚙ **English documentation 한글 문서

QnA : Github discussions Source code : Github repository**

</aside>

1. Install

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.

2. Recommendations & Notes

Dependency on Pandas

Statmanager-kr is a package that depends heavily on the pandas.

In this official documentation, pandas.DataFrame is consistently referred to as df.

Jupyter Notebook

Statmanager-kr works best in the Jupyter notebook (.ipynb).