Skip to content

A python module to obtain numerous statistical data points for a given data set

License

Notifications You must be signed in to change notification settings

vishket/statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Statistics

A python module to obtain numerous statistical data points for a given data set

Stats.py allows you to obtain Stats - Mean, Min, Max, Std Deviation, Median, 95 Percentil, 99 Percentils - for any "Column" in a given excel sheet.

This module makes use of the Pandas Library to calculate each stat.

Pre Requisites

Required Modules

Pandas

Getting Started

python stats.py <FILE_NAME.xlsx> <Column_Names>

Example,

spreadsheet: server_1_data.xlsx

python stats.py server_1_data.xlsx 'Time' 'PING Time' 'DNS Active'

About

A python module to obtain numerous statistical data points for a given data set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages