Coder Social home page Coder Social logo

ronaldosc / autopvm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asonthalia/autopvm

0.0 1.0 0.0 1.59 MB

AutoPVM project aims at conducting the Price Variance Mix analysis automatically. The main purpose of PVM analysis is to provide a high-level overview view into the past, and to break down the change in revenue or margins into some key components or categories.

License: Apache License 2.0

Python 100.00%

autopvm's Introduction


Logo

autoPVM v0.3

Automatically conduct Price-Volume-Mix analysis on datasets.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Logo

This project aims at conducting the Price Variance Mix analysis automatically. The main purpose of PVM analysis is to provide a high-level overview view into the past, and to break down the change in revenue or margins into some key components or categories. The categories are used to highlight and help explain how much of the overall change in revenue or margins was caused by, e.g. the implemented Price changes, versus changes in total costs, versus the impact from change in Volumes, versus changes other effects, comparing two different time periods.

(back to top)

Installation

The autoPVM package can be installed using pip.

  1. autoPVM uses Numpy, Pandas & Plotly as dependencies.

  2. Install package

    pip install autoPVM
    

(back to top)

Usage

Import the PVM class using

from autoPVM import PVMAnalysis

Read a Pandas dataframe

data = pd.read_csv('Sample Dataset/Supermarket Sales.csv')

Create an analysis object and pass the dataframe

pvm = PVMAnalysis(data)

Set column name markers of required quantities and margins

pvm.setMarkers(\
                 quantity_pr='QTY_PM'
               , quantity_ac='QTY_AM'
               , margin_pr='MARGIN_PM'
               , margin_ac='MARGIN_AM'
               , hierarchy=['Customer type', 'Gender', 'Branch', 'Product line'])

quantity_pr marks previous time period quantity.
quantity_ac marks current/next time period quantity.
margin_pr marks previous time period margin.
margin_ac marks current/next time period margin.
hierarchy marks dimensional heirarchy: [Highest Level, .. , Lowest Level].

Calculate the margin bridge using pvm.calculateMarginBridge()

Plot the bridge using

pvm.plotPVMBridge()

Logo

Final dimension aggregate can be exported using

pvm.exportMarginBridgeFile()

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache-2.0 License. See LICENSE.txt for more information.

(back to top)

Contact

Akash Sonthalia - @LinkedIn - [email protected] Project Link: https://github.com/asonthalia/autoPVM

(back to top)

Acknowledgments

(back to top)

autopvm's People

Contributors

asonthalia avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.