Skip to content

Commit 45bbefd

Browse files
committed
Add material on xarrays library
1 parent 71dab73 commit 45bbefd

File tree

4 files changed

+2283
-0
lines changed

4 files changed

+2283
-0
lines changed

source-code/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ to create it. There is some material not covered in the presentation as well.
3434
* [`matrices`](matrices): some numpy illustrations.
3535
* [`numpy`](numpy): some numpy and scipy illustrations.
3636
* [`sympy`](sympy): some illustrations of doing symbolic computations using sympy.
37+
* [`xarray`](xarray): introduction to `xarray`, a library for indexed, labeled
38+
N-dimensional arrays.

source-code/xarray/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.nc

source-code/xarray/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Xarray
2+
3+
xarray is a Python package to represent numerical data with metadata. In that respect it is
4+
a hybrid between numpy and pandas.
5+
6+
## What is it?
7+
8+
1. `xarray_intro.ipynb`: Jupyter notebook introducing some of xarray's features.

0 commit comments

Comments
 (0)