You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 2nd part, there was a question "Create a treemap to capture the customer sentiment by comparing positive, neutral, and negative reviews." I wonder how could you count each sentiment. I tried using count (distinct) but it didn't work.
Please explain!