pandas and numpy uses and tools examples and training This tutorial based on data of temprature for analysis data making it useful and handy .
- Get High/Low temprature over
each year
andover 4 year
? - Extract data
each year
and export each file tosplit new file
? - Making simple graph explain the change of temperature in each and total year ?(
two graph
) predict data
temperature for next4 year
?
To start create new juypter note or new virtual env by:
# make sure to install virtualenv before or conda which more easier
$ virtualenv venv
# activate virtualenv
$ source venv/bin/activate
# install pnadas
$ pip3 install pandas
# run script
$ python3 app.py
Enthought-Python-Pandas-Cheat-Sheets-1-8-v1.0.2.pdf
it is under creativecommons license
Take your Pandas skills to the next level! Register at www.enthought.com/pandas-master-class
© 2016 Enthought, Inc., licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this license,
visit http://creativecommons.org/licenses/by-nc-nd/4.0/