Hi all,
I have a dataset of 50,000 historical addresses (very messy). Some of these have the structure:
|4 example street|
I know that if the address begins with a number it belongs to a particular city. I want to append this to each of these cells to get:
|4 example street city|
I am thinking an "if then else" but I'm not sure how to construct this.
Can anyone help?
I have a dataset of 50,000 historical addresses (very messy). Some of these have the structure:
|4 example street|
I know that if the address begins with a number it belongs to a particular city. I want to append this to each of these cells to get:
|4 example street city|
I am thinking an "if then else" but I'm not sure how to construct this.
Can anyone help?