/DescrStats

Repository to Complete Assignment 1

Primary LanguagePython

Documentation for DescrStats.py and DescrStats() function

This repository contains the Python module DescrStats.py, which defines the function DescrStats(). This function can be used by importing the module and using the function on a datafile that is a comma-delimited, single variable text file (.txt) in which the data are organized as a single column with each row representing an observation.

import DescStats as ds

ds.DescrStats(`datafile.txt')

We have placed a sample data file (datafile.txt) in this repository. You can use this data file to test your