Question: Hello! I am currently self-taught pandas library using python right now, but I can not figure out the attached question. Q6b: Filtering Using this concept,
Hello! I am currently self-taught pandas library using python right now, but I can not figure out the attached question.

Q6b: Filtering Using this concept, filter df to only include rows that contain candy that is fruity or chocolate in some capacity (meaning, something that is both fruity and chocolate would be included). Store this output in df. # YOUR CODE HERE raise NotImplementedError ( ) assert df . shape == (74, 10) assert not any (df [' fruity_choco' ] == 0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
