Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Aug 2, 2023
1 parent 374ec00 commit 2f6c336
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion notebooks/wp5/era5_t2m_mean.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,16 @@
"plt.grid()\n",
"\n",
"# Show table with values in Celsius\n",
"(da - 273.15).to_pandas()"
"(da - 273.15).round(1).to_pandas()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "49febc05-922c-4304-8fd2-3bda1d090cc7",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 2f6c336

Please sign in to comment.