Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 236 Bytes

File metadata and controls

8 lines (5 loc) · 236 Bytes

Xarray

xarray is a Python package to represent numerical data with metadata. In that respect it is a hybrid between numpy and pandas.

What is it?

  1. xarray_intro.ipynb: Jupyter notebook introducing some of xarray's features.