We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b6ac6 commit 74e3dbdCopy full SHA for 74e3dbd
lectures/07-pandas/pandas_solutions.txt
@@ -1,6 +1,6 @@
1
Q1:
2
3
-np.allclose(names.groupby(["year", "sex"]).prop.sum(), 0.9)
+np.allclose(names.groupby(["year", "sex"]).prop.sum(), 1.0)
4
5
6
Q2:
0 commit comments