a python class library which generates both discrete and continuous random variates, e.g., Bern(p), Geom(p), Exp(λ), Normal(μ,σ2), Gamma(α,β), Weibull(α,β), etc. Plots outputs generated here and compares to numpy-generated distributions.
See further info in RVDistributions folder
The .csv's are expected to have 1 or 2 key columns to base comparison on This is a key<-->key compare, not a "line by line" compare. Allows for missing keys. Use case: a list of customers and months (key columns) and 1-to-many other columns containing values.
- Enter path and file names into compare_dataframes.py
- Specify key column. If 2 key columns, set
two_column_index = True
- Execute: python compare_dataframes.py (output is on screen)
Location: Projects/NameCompare folder
- Census list ('census') with Last, First names of all current employees
- Termination list ('terms') with Last, First names of all recently terminated employees
- We use the admin interface of any application to generate our own list of employees enabled to use that app ('users').