Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnwolf/pandas_agile_metrics
Actionable Agile metrics analysis tool kit based on Python.
https://github.com/rnwolf/pandas_agile_metrics
Last synced: 3 months ago
JSON representation
Actionable Agile metrics analysis tool kit based on Python.
- Host: GitHub
- URL: https://github.com/rnwolf/pandas_agile_metrics
- Owner: rnwolf
- Created: 2019-03-05T17:48:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T14:06:11.000Z (over 5 years ago)
- Last Synced: 2024-07-17T01:53:09.466Z (4 months ago)
- Language: Jupyter Notebook
- Size: 1.11 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-engineering-management - pandas_agile_metrics
README
# Pandas Agile Metrics
Actionable Agile metrics analysis tool kit based on Python.
Inspired by https://bitbucket.org/marcobresciani/aamfp/
Pandas library provides python with excel super powers.
## The Problem
How do I provide many teams a quick and easy way to process team metrics that have been captured in the format recommened by [Daniel S Vacanti](https://twitter.com/danvacanti?lang=en)?
See [Actionable Agile data file format](https://actionableagile.com/format-data-file) for more information.
## An answer
### Use https://mybinder.org/ to turn a Git repo into a collection of interactive notebooks
Then Interact with your notebooks in a live environment! Upload your data to the notebook. Run the cells. Modify code to tweek. Download your charts. The MyBinder virtual environment will be deleted when its not in use anymore.
> Click on the button below to launch your own JupyterLab session. Note it can sometimes take a while. Use SHIFT+ENTER to run individual cells in the JupyterLab notebook.
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/rnwolf/pandas_agile_metrics/master?urlpath=lab)
### Quick YouTube tour
See the video on how to launch your private JupyterLab session, upload some data and then run the Notebook cells.
[![YouTube](http://img.youtube.com/vi/owYyWQ9yOhM/0.jpg)](http://www.youtube.com/watch?v=owYyWQ9yOhM "YouTube")
## Alternative
Clone this repo, to your local computer, setup a Python 3.7 environment, install libraries & run JupyterLab locally.