Separate Address number and name
Shane Konings
shane.konings at gmail.com
Tue Jan 21 18:49:16 EST 2014
More information about the Python-list mailing list
Tue Jan 21 18:49:16 EST 2014
- Previous message (by thread): http://bugs.python.org/user?@template=rego_progress broken?
- Next message (by thread): Separate Address number and name
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have the following sample from a data set and I am looking to split the address number and name into separate headings as seen below. FarmID Address 1 1067 Niagara Stone 2 4260 Mountainview 3 25 Hunter 4 1091 Hutchinson 5 5172 Green Lane 6 500 Glenridge 7 471 Foss 8 758 Niagara Stone 9 3836 Main 10 1025 York FarmID AddressNum AddressName 1 1067 Niagara Stone 2 4260 Mountainview 3 25 Hunter 4 1091 Hutchinson 5 5172 Green Lane 6 500 Glenridge 7 471 Foss 8 758 Niagara Stone 9 3836 Main 10 1025 York I have struggled with this for a while and know there must be a simple method to achieve this result.
- Previous message (by thread): http://bugs.python.org/user?@template=rego_progress broken?
- Next message (by thread): Separate Address number and name
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list