Metadata-Version: 2.1
Name: business-brio-package
Version: 0.0.1
Summary: A package contains several submodules and functions
Home-page: https://github.com/Business-Brio/MIT_Open_license.git
Download-URL: https://github.com/Business-Brio/MIT_Open_license/archive/0.0.1.tar.gz
Author: business_brio
License: MIT
Keywords: chi_test
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy


                      This package can be used to classify associates on their performance of total fulfiled and total unfulfiled with
                      two different groups.

                      In easy words let's say we want to see performance (good and bad) salesman for urban market, 
                      rural market, and here we can use this package by passing a dataframe, column name of salesman id, 
                      column name of saleflag (indicating 0 for unsold and 1 for sold), column name of grouping column 
                      (having only two unique values or levels).
                      
                      By default,
                      by calling the result() method after creating object we can get the Top 30 percentage and Bottom 30 percentage salesman.

                      We can change this top and bottom percentage by passing argument (e.g. n=20) inside this result() method.
                      By default this percentage is set to 30%, i.e. n=30 is default argument.


                      
                      You can get the description by reading the README.md file from my github.
                      link of github:

                      https://github.com/Business-Brio/MIT_Open_license.git

                      In that link you can find 

                      - how to install

                      - how to create object and use the method

                      - how to call the method and print the output
                    
