Intro • Getting Started • Usage • Contribution
The goal for this python package is to provide NTUIM students with an easier solution for Statistics courses, i.e. MGT2001 and MGT2002. This can be labelling issues in bar charts, generating a set of colors, and many more. Throughout the course, we hope to fill this package with useful and handy functions that can be used in the assignments, quizzes, and probably even for the future projects.
The official documentation for this package is available here, and its repository can be accessed here.
Should be able to install the package via PyPI:
pip install mgt2001
If you have already installed and are considering an update:
pip install mgt2001 --upgrade
If you are on Windows, this method probably serves you better. Just copy the above code onto any of the code blocks.
Should be exactly the same, but instead of copying and pasting the whole text, add a !
at the beginning of the line.
It is installable via:
!pip install mgt2001
# or locally
%pip install mgt2001
or
!pip install mgt2001 --upgrade
# or locally
%pip install mgt2001 --upgrade
Which again depends on your needs.
Most of the usage is covered in the documentation along with miscellaneous statistic notes. Feel free to play around.
You can always get started from:
import mgt2001
pip install -e ./
in your Python environment. Will update more on this part later 🥵
PR and forking are all welcomed. Please help build the more perfect version of mgt2001
that can help students learn statistics with ease.