X Tutup
Skip to content

Commit 74e3dbd

Browse files
committed
fix solution
1 parent 98b6ac6 commit 74e3dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/07-pandas/pandas_solutions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Q1:
22

3-
np.allclose(names.groupby(["year", "sex"]).prop.sum(), 0.9)
3+
np.allclose(names.groupby(["year", "sex"]).prop.sum(), 1.0)
44

55

66
Q2:

0 commit comments

Comments
 (0)
X Tutup