Metadata-Version: 2.1
Name: basstatpl
Version: 0.0.1
Summary: Library dedicated to performing different tabulations and basic statistical calculations.
Home-page: https://github.com/Angel-Gabriel-Chavez/basstatpl
Author: Angel Gabriel Chavez Otzoy
License: MIT
Description: ![logo](/branding/logo/logo.svg)
        # BasstatPL
        BasstatPL is a package for performing different tabulations and calculations for descriptive statistics.
        It provides:
        - Frequency table constructors for simple and grouped data
        - Centralization measures
        - Position measurements
        - Measures of dispersion
        
        ### Requirements 📋
        The required packages are pandas, numpy, and matplotlib.
        ```
        python -m pip install pandas
        python -m pip install numpy
        python -m pip install matplotlib
        ```
        _Some packages like numpy get installed when you install pandas_
        
        ### Supported Python Versions
        Python >= 3.6
        
        ### Installation 🔧
        
        Using pip you can install the necessary packages, if you don't have them installed, then basstatPL will be installed
        ```
        python -m pip install basstatpl
        ```
        ## License
        MIT
Keywords: table statistical descriptive
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
