Closed this issue 5 years ago · 1 comments
the following code returns a different output from what I see in the book:
district_tidy_df %>% filter(category == "frpl_pct", school_name == "Total")
the book says we should get 0.569, and I get NaN
0.569
NaN
Fixed in #468. Thanks!