From 221028efdf462cc56789f54a7f10b9b4592e36be Mon Sep 17 00:00:00 2001 From: frankknoll Date: Wed, 26 Jan 2022 10:54:37 +0100 Subject: [PATCH] formating --- HowBadIsMyBatch.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowBadIsMyBatch.ipynb b/HowBadIsMyBatch.ipynb index 24f6a51a590..cd5dd1ae2d4 100644 --- a/HowBadIsMyBatch.ipynb +++ b/HowBadIsMyBatch.ipynb @@ -54,7 +54,7 @@ " 'DISABILITIES': filter(df, 'DISABLE').value_counts(),\n", " 'LIFE THREATENING ILLNESSES': filter(df, 'L_THREAT').value_counts()\n", " }\n", - " return pd.concat(batchCodeTableDict, axis=1).replace(to_replace=np.nan, value=0)\n" + " return pd.concat(batchCodeTableDict, axis = 1).replace(to_replace = np.nan, value = 0)\n" ] }, {