Skip to content
Advertisement

Tag: increment

increase the value of x by 1 [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 4 months ago. Improve this question

Python – Reset Increment

I have a list of values in a column (A) and want to increment by 1 in column (B) until the value in A changes, however, having difficulty in my loop to reset the increment when A changes. Here is desired output: Product(A) No.(B) Apple 1 Apple 2 Apple 3 Orange 1 Orange 2 Orange 3 Orange 4 Orange 5

Advertisement