Re: [Tutor] Data pattern query.

2019-01-07 Thread Alan Gauld via Tutor
On 07/01/2019 02:38, mhysnm1...@gmail.com wrote: > All the descriptions of the transactions are > in a single column. I am trying to work out the > easiest method of identifying the same pattern > of text in the fields. What does a singe column mean? That presumably is how it appears in the s

[Tutor] Data pattern query.

2019-01-07 Thread mhysnm1964
All, I am currently writing a Python program to identify common text patterns in a excel spreadsheet which I have imported using openpyxl. All the descriptions of the transactions are in a single column. I am trying to work out the easiest method of identifying the same pattern of text in th