Yes, you can do in one-liners.
Snippet:
for i, row in df.iterrows(): date, n_apple, n_cherry, n_banana = row[['date', 'apple', 'cherry', 'banana']]