Hello,
I am having trouble understanding why my solution for the exercise in Introduction to Pandas/8. Selecting Rows From a DataFrame by Label Isn’t giving the me same result as a the answer.
I’ve tried selecting without including ,:
for columns, but that doesn’t seem to make a difference.
My solution is saved in the screenshot as drink_companies
and the official solution from dataquest is saved as drink_companies2
.
Why are the values in both not the same?