Skip to content

Tag: dataframe

Pandas look for substring then write in another

So I’m trying to look down a specific column of my csv file for a partial string. If that meets a certain condition, it’ll write something else in a different column. For example: The “Percentage” column will always have the same format of “Ninety Five Percent” that is numb…