We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae51ae commit f6d63afCopy full SHA for f6d63af
doc/tutorial/climada_util_calibrate.ipynb
@@ -1039,7 +1039,7 @@
1039
"from climada.util.constants import SYSTEM_DIR\n",
1040
"\n",
1041
"emdat = pd.read_csv(SYSTEM_DIR / \"tc_impf_cal_v01_EDR.csv\")\n",
1042
- "emdat_subset = emdat[(emdat["cal_region2"] == \"NA1\") & (emdat["year"] >= 2010)]\n",
+ "emdat_subset = emdat[(emdat[\"cal_region2\"] == \"NA1\") & (emdat[\"year\"] >= 2010)]\n",
1043
"emdat_subset"
1044
]
1045
},
0 commit comments