File tree Expand file tree Collapse file tree 4 files changed +2283
-0
lines changed Expand file tree Collapse file tree 4 files changed +2283
-0
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,5 @@ to create it. There is some material not covered in the presentation as well.
3333* [ 1seaborn`] :(seaborn): illustrations of using Seaborn to create plots.
3434* [ ` web-scraping ` ] ( web-scraping ) : illustration of web scraping using beautiful soup
3535 and graph representation using networkx.
36+ * [ ` xarray ` ] ( xarray ) : illustrates the xarray library for pandas-like operations
37+ on multi-dimensional arrays.
Original file line number Diff line number Diff line change 1+ * .nc
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments