Phone Number Cleaning Regex + pandas Series Example
This is a solution I worked out recently to strip phone numbers into a uniform format. To install pandas with pip, enter in command prompt: python -m pip install pandas The pandas library has regex built in and it’s pretty neat! Behold the power of pandas and a regular expression to do trivial telephone tidying: […]