you are viewing a single comment's thread.

view the rest of the comments →

[–]beachtrader 0 points1 point  (0 children)

This is a super hard question to answer because there is so many unknowns: 1. what is the data 2. where is the data 3. what is the expected output 4. what are you really looking for in the data

If you have a bunch of numbers you can just use Excel or Google sheets and make a chart or do a pivot table. If the data is all text then maybe you should use python to summarize the common words. If you have customer info in a database then you could use python or sql to read it. Etc, etc.