skill_profile.SkillProfile
skill_profile.SkillProfile(data)Skill metrics aggregated in depth bins.
Attributes
| Name | Description |
|---|---|
| coords | Coordinates (same as xr.DataSet.coords). |
| metrics | List of metrics (=data vars). |
| mod_names | List of model names. |
| obs_names | List of observation names. |
| z | Depth-coordinate values. |
Methods
| Name | Description |
|---|---|
| sel | Select a depth bin from the SkillProfile. |
| to_dataframe | Convert skill profile data to pandas DataFrame. |
sel
skill_profile.SkillProfile.sel(z)Select a depth bin from the SkillProfile.
to_dataframe
skill_profile.SkillProfile.to_dataframe()Convert skill profile data to pandas DataFrame.