Skip to content

combinatorist/strengths-finders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strengths-finders

example team graph

Repo Setup

  • pip install the requirements.txt (preferably into a virtualenv)
  • create the input directory (not saved in git)

Instructions

  • input document (into input directory)
    • matrix of team members (rows) by their strengths (columns)
    • allow first row to be strengths domains
  • save it as a csv
  • run the script with the name of the csv
    • note, it assumes your script is inside a top level input directory

      (a_util)[555] strengths-finders% ls input/2018.csv input/our_team_2018-05-18.csv (a_util)[556] strengths-finders% (a_util)[556] strengths-finders% python parse_and_graph.py our_team_2018-05-18.csv

      Underestimate: 699521234343007012404500004395468219665133806056175033279967285950925698663670489364371438174510460638758617393590612419788796130230448242578065068545935838541039737004946255820727131242240384574809691694865833151763704286711899534021110337654777699795176761940114681982878297801801530837716773099364800085626999402417713326644822534262582810950693647617400809582981340191581536256/223140161670433293214991412424860873368576071407199094074451545869185353188553402883364879798395854825706280998113266104344105482015415050849306605888714560130892720514920068352268797127486038473056381061461335602789837741445371709906499721350964122009800737466202236645640083494881460107825578387633104555110962579618945793193053451984830322307310818261959254163449676352255861324204297812466648817761 3.13489615274e-21

      Overestimate: 699521234343007012404500004395468219665133806056175033279967285950925698663670489364371438174510460638758617393590612419788796130230448242578065068545935838541039737004946255820727131242240384574809691694865833151763704286711899534021110337654777699795176761940114681982878297801801530837716773099364800085626999402417713326644822534262582810950693647617400809582981340191581536256/397754298877777706265581840329520273384271072027092859312747853599260879123981110309028306235999741222292836003766962752841542748690579413278621400871148948539915722842994774246468444077515220094574654298505054550427518255695849750278965635206709664901605592631376535910231877887489233703788909781877191720340396755113985371110612213876702891813388267846629686565863950717033620898759889148781905201 1.75867674169e-18 (a_util)[557] strengths-finders%

About

script to graph strengths for a team (based on matrix-style csv input)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages