Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python count
#1
Can somebody help me with the below problem. I want to convert the comma delimited values into count of products for each customer
Cust Prod
A Can, Soap
C Can, Soap
A Can, Soap
A Can,Fudge
B Can,Fudge
B Can,Fudge
C Gun
C Gun

Cust Can Soap Fudge Gun
A
B
C
Reply
#2
Can somebody help me with the below problem. I want to convert the comma delimited values into count of products for each customer

Cust Prod
A Can, Soap
C Can, Soap
A Can, Soap
A Can,Fudge
B Can,Fudge
B Can,Fudge
C Gun
C Gun

Cust Can Soap Fudge Gun
A
B
C
Reply
#3
What have you tried?
Reply
#4
And what exactly is the problem you are having with your code?
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Count Letters in a Sentence (without using the Count Function) bhill 3 5,065 Jun-19-2018, 02:52 AM
Last Post: bhill

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020