Skip to main content

A package contains several submodules and functions

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

business_brio_package-0.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

business_brio_package-0.0.1-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page