How to I sort out various unstandardised data from a single cell ?
Hello everyone,
For context, I'm trying to find out which marketing medium is the most effective to be used by Starbucks.
Attached is the dataset used and the column pertaining to my part is question 19.
As you can see, the data are retrieved from survey forms, as such, the format of their answer varies (e.g. some people only choose 'social media' as how they hear about promotions whereas some chose multiple methods (e.g. Starbucks Website/Apps;Social Media;Through friends and word of mouth). So my question is, is there anyway that i can sort out those with multiple answers so i can accurately count which is the most favourable medium to be used?
Thank you !
Find more posts tagged with
Sort by:
1 - 9 of
91

@varunm1 @Telcontar120 @alel @lionelderkrikor @psanyal @Kavon @kayman @ceaperez @rfuentealba @jacobcybulski @hughesfleming68 @SGolbert @jwpfau !!!! SOS!!!
@Telcontar120 thank you so much for responding !!! However, i do not understand the ratio part. How do i split it using semicolons?
@Telcontar120 please excuse my stupidity ahhhaa
anyway i have managed to split the data however the marketing method has now become as below, may i know what do you suggest to tidy things up so that i can count the value using aggregate

anyway i have managed to split the data however the marketing method has now become as below, may i know what do you suggest to tidy things up so that i can count the value using aggregate

I think this very much depends on exactly how you want to represent the data, given that any individual example can have several marketing methods. You can of course simply aggregate and count examples for all the values of your first 3 marketing methods, for example. But you may want to do something more complicated, in which case you probably are going to want to look at some of the text processing operators which would allow you to use the original data (before you split it) and tokenize it and then count total occurrences of specific tokens of interest. This is something that would probably be outside the scope of complexity that someone would be able to offer guidance on a forum like this.
Sort by:
1 - 1 of
11
You need the Split operator, not Split Data. Use the operator search and it will come up.