Pandas remove rows with special characters - GeeksforGeeks
https://www.geeksforgeeks.org/pandas-remove-rows-with-special-characters/
Oct 07, 2020 . Pandas remove rows with special characters. Last Updated : 19 Oct, 2020. In this article we will learn how to remove the rows with special characters i.e; if a row contains any value which contains special characters like @, %, &, $, #, +, -, *, /, etc. then drop such row and modify the data. To drop such types of rows, first, we have to search rows having special characters per column and then …
DA: 27 PA: 79 MOZ Rank: 67