Skip to content

Data Analysis Resources

Python Books

Here is a list of books related to data analysis that I have found useful in my class.

Statistical Tools

Environmental Metrics

Tools for Working with Date and Time Information

Tools for Working with Common Data Formats

Graphical Analysis Tools

  • Using matplotlib to create MatLAB like plots and graphical analysis
    • Pyplot tutorial - Limited tutorial, but method for importing pylab library makes understanding what is part of the module much easier.
    • A more complete tutorial - Assumes pyplot is a stand-alone module. As of February 10, 2014 you will need to import pylab using the command: "from matplotlib.pyplot import *" for the tutorial examples to work.
    • Gallery - Images of matplotlib figrues, and the source code use to make them.
  • The PyGMT interface for the Generic Mapping Tools for processing geospatial and geophysical data and making publication-quality maps and figures without having to learn Linux.
  • PyNGL is a Python interface to the high quality 2D scientific visualizations in the NCAR Command Language (NCL).

Geospatial Tools

Other Tools