data-edu/data-science-in-education

ch 9: values don't match

Closed this issue · 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

Fixed in #468. Thanks!