"Hello! I am currently self-taught pandas library using python right now, but I can not figure out the attached question. https://datascienceinpractice.github.io/assignments/D2_Pandas.html This is the link that I found this problem, so if you needed, feel free to look it up! Thank you in advance.
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 wouldbe included):
Store this output in df.
# YOUR CODE HERE raise NotImplementedError()
assert df. shape (74, 10) assert not any (df [ ' fruity_choco' ] == 0)"