In [3]:
import datalook


Running /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/ipykernel/__main__.py

In [4]:
help(datalook)


Help on module datalook:

NAME
    datalook - # coding: utf-8

FUNCTIONS
    analyse(filename, outfile=None)
        This is a function that does analyse the data and does a plot of Graphs
    
    detect_problems(filename)
        Some of our temperature files have problems, check for these.
        
        This fucntion reads a file (filename argument) and reports on odd looking maxima and minima
        that add up to zero. 
        
        This seems to happen when the sensors break.
        The function does not return any data.

FILE
    /Users/alhamdu/Desktop/sc-python/datalook.py



In [5]:
datalook.analyse("data/weather-0.csv")



In [ ]: