We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c4a8a commit 4464f08Copy full SHA for 4464f08
notebooks/02.06-Boolean-Arrays-and-Masks.ipynb
@@ -69,7 +69,7 @@
69
"\n",
70
"# use pandas to extract rainfall inches as a NumPy array\n",
71
"rainfall = pd.read_csv('data/Seattle2014.csv')['PRCP'].values\n",
72
- "inches = rainfall / 254 # 1/10mm -> inches\n",
+ "inches = rainfall / 254.0 # 1/10mm -> inches\n",
73
"inches.shape"
74
]
75
},
0 commit comments