Skip to content

Update ex09 notebook to use different axis selector #56

@agstephens

Description

@agstephens

For Task 5, instead of using:

daily_max = ds.t2m.max(axis=0)

you can also use

daily_max = ds.t2m.max(dim='time')

taking advantage of xarray's labelling of dimensions.

Update the notebook accordingly, but keep in the old version commented out - so as to avoid confusing the video.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions