dhruvalb / DescrStats

Repository to Complete Assignment 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repository to Complete Assignment 1


Languages

Language:Python 100.0%