In [7]:
import datalook

In [8]:
help(datalook.analyse)


Help on function analyse in module datalook:

analyse(filename, outfile=None)
    Displays  the mean, maxima and minimum value for each weather station.
    Creates a figure of three subplots, showing values for mean, maxima and minimum value with axis = 0, 
    y axis labels, and a tight layout.


In [9]:
datalook.analyse('data/weather-02.csv')



In [ ]: