-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2507 from nikhartman/nik/as_xarray
- Loading branch information
Showing
10 changed files
with
1,003 additions
and
512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
379 changes: 171 additions & 208 deletions
379
docs/examples/DataSet/Accessing-data-in-DataSet.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
651 changes: 413 additions & 238 deletions
651
docs/examples/DataSet/Working-With-Pandas-and-XArray.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ dependencies: | |
- scipy | ||
- gitpython | ||
- pandas | ||
- xarray | ||
- testpath>=0.4.4 | ||
- tqdm | ||
- tabulate | ||
|
Oops, something went wrong.