Logo
0.12.3

Getting Started

  • Overview: Why xarray?
  • Frequently Asked Questions
  • Quick overview
  • Examples
    • Toy weather data
    • Calculating Seasonal Averages from Timeseries of Monthly Means
    • Working with Multidimensional Coordinates
    • Gallery
  • Installation

User Guide

  • Data Structures
  • Indexing and selecting data
  • Interpolating data
  • Computation
  • GroupBy: split-apply-combine
  • Reshaping and reorganizing data
  • Combining data
  • Time series data
  • Weather and climate data
  • Working with pandas
  • Reading and writing files
  • Parallel computing with Dask
  • Plotting

Help & reference

  • What’s New
  • API reference
  • xarray Internals
  • Development roadmap
  • Contributing to xarray
  • Xarray related projects
xarray
  • Docs »
  • Examples
  • View page source

Examples¶

  • Toy weather data
    • Examine a dataset with pandas and seaborn
    • Probability of freeze by calendar month
    • Monthly averaging
    • Calculate monthly anomalies
    • Calculate standardized monthly anomalies
    • Fill missing values with climatology
  • Calculating Seasonal Averages from Timeseries of Monthly Means
    • Some calendar information so we can support any netCDF calendar.
    • A few calendar functions to determine the number of days in each month
    • Open the Dataset
    • Now for the heavy lifting:
  • Working with Multidimensional Coordinates
    • Plotting
    • Multidimensional Groupby
  • Gallery
Next Previous

© Copyright 2014-2019, xarray Developers Last updated on 2019-07-21.

Built with Sphinx using a theme provided by Read the Docs.