I have CSV data in the following format:
+-------------+-------------+-------+ | Location | Num of Reps | Sales | +-------------+-------------+-------+ | 7589
In [139]: df[~df.Location.str.contains('\D')] Out[139]: Location Num of Reps Sales 0 75894 3 12 2 75286 7 24 4 27659 3 17