You discover that a text-based column in your DataFrame supposed to contain only alphanumeric characters has special characters in some entries. This constitutes "bad data" for your specific use-case. How can you most effectively clean this column?
Which of the following techniques should be avoided to ensure that your Python data scripting code is easily understandable and follows best practices?